Thread Starter
Xanza
(@xanza)
Oh jeeze! I didn’t even see it! haha. Thanks alot!
Thread Starter
Xanza
(@xanza)
It may not be valid, but it seems to be working. Even without:
jQuery('a').click(function(){
});
Here’s a working example: http://wonderproject.net/xanza.php
As you can see, it just spawns a stylized alert. I’ve experimented with:
<?php
wp_nav_menu(array(
'before' => '',
'after' => '',
'link_before' => '',
'link_after' => '',
));
?>
However, they don’t do what I need. 🙁
I need to effectively turn this:
[ Moderator note: please don’t use blockquote for code. ]
<li id="menu-item-238" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-238"><a>Server Information: <font color='gold'>Beta</font></a>
Into this:
<li id="menu-item-238" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-238"><a onclick="apprise('Test');">Server Information: <font color='gold'>Beta</font></a>