I want to be able to trigger form validation on the client side when the user selects the \"GO\" button. Currently when the \"GO\" button is selected it does not validate th
Its not working in IE because you are missing a semi-colon:
var val = $('#myForm').validate()