Did anyone see the spasticNav.js Menu for jQuery ?
Posted
by Ricky
on Stack Overflow
See other posts from Stack Overflow
or by Ricky
Published on 2010-05-15T19:11:01Z
Indexed on
2010/05/15
19:14 UTC
Read the original article
Hit count: 277
jquery-plugins
Helooo all,
If anyone doesn't know what i'm talking about, this is the link:
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.
© Stack Overflow or respective owner