[jQuery] Re: Checkbox behaviour

2009-08-07 Thread mwskuzzy
Hi There Try this [code] $(document).ready(function(){ if ($(#show_resolve).is (:checked)) { $

[jQuery] (validate) - validator.addMethod problems

2009-08-07 Thread mwskuzzy
() { return $(input[name=rbPaymentType]) [0].checked==true; }, expirydate } } If anybody can help I would greatly appreciate it. Thanks mwskuzzy