[jQuery] how do you make superfish a global include and dynamically write 'current' class?

2009-07-27 Thread lorenzo816
I racking my brain because I can't use PHP for this site. :-( I have used all the different variations of suckerfish and superfish for a long time now. With this version to help alleviate massive updating, I want to make this one a global include and have the script pick up the page URL and writ

[jQuery] Re: How to disable all clicks till the page loads

2009-05-13 Thread lorenzo816
with just the regular jquery js file or do we need any plug-ins? On May 13, 6:54 am, Kean wrote: > You can try these. > > $().bind('click.noclick', function(){ >   return false; > > }); > > $(function(){ >   $().unbind('click.noclick'); > > }); > > On May 12, 11:56 pm, bobin wrote: > > > Any o