[jQuery] [validate] $.valid() issue with IE6

2008-04-21 Thread Up-Works
On Apr 21, 9:21 am, Up-Works <[EMAIL PROTECTED]> wrote: > Yes this line is, $('form#order').validate();, 10 lines above my > livequery function > > Should I place it outside of the $(document).ready( function() ) { }; > > On Apr 21, 8:02 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > > Up-Wo

[jQuery] [validate] $.valid() issue with IE6

2008-04-18 Thread Up-Works
$('input#step2').livequery('click',function() { if($('form#order').valid()) { $('div#stepOne').hide(); $('div.step').html('StepTwo'); $('div#stepTwo').show(); } return false; }); The line - if($('form#order').valid()) { Cause IE 6 to throw and error stating 'Object doesn't support