[jQuery] superfish and instead of mouseover a click

2009-04-02 Thread Wokkel
Hi there, Is it possible with superfish to instead of a mouseover to expand on the top level menu to do this with a click? Greets,

[jQuery] Re: superfish and instead of mouseover a click

2009-04-02 Thread Wokkel
On Apr 2, 1:42 pm, Wokkel moep...@gmail.com wrote: Hi there, Is it possible with superfish to instead of a mouseover to expand on the top level menu to do this with a click? Greets, I found a patch that does this on http://plugins.jquery.com/node/3967 However it had one bug, when you

[jQuery] Re: superfish and instead of mouseover a click

2009-04-02 Thread Wokkel
Update two: Got it all working now if (o.firstOnClick menuActive == true) { try { if ($(e.target).attr(href).indexOf(#) -1) {

[jQuery] Re: Valdiation plugin request

2008-10-02 Thread Wokkel
specify which subform should be validated, ignoring everything else. Jörn On Mon, Sep 29, 2008 at 9:40 PM, Wokkel [EMAIL PROTECTED] wrote: Yes i know what you mean with add you can add a validation element and the manual states Adds to an element which is already required.. So you can add

[jQuery] Re: Valdiation plugin request

2008-09-29 Thread Wokkel
that be possible? On Sep 29, 11:01 am, Gordon [EMAIL PROTECTED] wrote: lookup the .rules method in the documentation :) On Sep 28, 8:52 pm, Wokkel [EMAIL PROTECTED] wrote: Hi all, I am successfully using the validation plug in and i would like a request to make it more easier to have

[jQuery] Valdiation plugin request

2008-09-28 Thread Wokkel
the user goes to step 2 or 3, clearing the fields. Would it be nice if there can be like a ValidationAdd function where you can add validation rules dynamically, so you can make a multipage form easier. Thank you very much Wokkel

[jQuery] Valdiation plugin request

2008-09-28 Thread Wokkel
the user goes to step 2 or 3, clearing the fields. Would it be nice if there can be like a ValidationAdd function where you can add validation rules dynamically, so you can make a multipage form easier. Thank you very much Wokkel