I am clicking a submit button using this:
$(\'input[type=submit]\').click();
The problem is that I have more that 1 submit button on my page s
hmm it cant work with a wizard form with this intacted
$("#renqform").validate().settings.ignore = ":disabled"; return $("#renqform").valid();