Did anyone see the spasticNav.js Menu for jQuery ?
- by Ricky
Helooo all,
If anyone doesn't know what i'm talking about, this is the link:
http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-lava-lamp-style-navigation-menu/
How can i click the menu, and make it “stick” :) without reloading the whole page ?
The plugin takes a static state of the tag UL – and run the plugin on it.
which mean that if i move the “currentPageItem” from the first LI tag and give it to the next LI tag – the spasticNav doesn’t run for each object again.
it still “remembers” the old state. ( because the .js file run only once at the top of the page )
So what should I add to the code in order to get dynamic “Click” event ? ( without reloading the whole page [ ajax ] )
Does anyone have any ideas about this specific plugin ?
Thanks.