[jQuery] Multiple Superfish menus in IE

2009-09-17 Thread Ollie Brooke
Hey, Hoping someone can help me with a superfish menu I'm working on deploying; http://www.purehousemusic.net/superfish-1.4.8/example.php My problem is that in IE6 and 7 the upper menu underlaps the lower menu, I've tweaked the CDD z-indexes a bit to no avail and am just wondering if there's a si

[jQuery] Re: How to prevent user from clicking links or buttons while submitting

2008-02-04 Thread brooke
r less > > useless. You should just alter the forms submit event, this is where > > it all happens. That even works if you manually submit forms via > > links. > > > Here's what I'd try - disable the form submit after the first submit > > took place: > &

[jQuery] How to prevent user from clicking links or buttons while submitting

2008-01-31 Thread brooke
Here is the situation. We have a form that has links and when the user clicks on them it will submit the form. The problem is that sometimes the users were doubleclicking or clicking on different links while the form was submitting. I am completely new to jQuery but one of the programmers imple