[jQuery] ("validate") - validator.addMethod problems
e following code is how I implemented the validation: rules: { fYear: { required: function() { return $("input[name=rbPaymentType]") [0].checked==true; }, expirydate } } If anybody can help I would greatly appreciate it. Thanks mwskuzzy
[jQuery] Re: Checkbox behaviour
Hi There Try this [code] $(document).ready(function(){ if ($("#show_resolve").is (":checked")) { $ (".submit_problem_form_right").css("visibilit