Profile
Achievement
kristarella's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
This javascripts stops you from clicking on a nav link when there's a submenu below it, and it adds a class of "noclick" to the link, which you can use with CSS to change the cursor and background colour etc.
.menu a.noclick:hover {cursor:default;}...
2
624
posted 14 years ago by kristarella
This is a bit of jQuery within a PHP function that you can dump into your Thesis custom_functions.php file to hide comments upon page load and add a link to show them.
2
746
posted 15 years ago by kristarella