I have a dropdown selection box, which.. has an onChange event associated ( the event will make a div visable if yes is selected) ... i am also using jQuery validation to validate the field...
i have been struggling to use the jQuery Plugin from bassistance . attached is the code, the form that i am using has many input boxes. so i dont want to use the rules: { editname: "required"; } method... as can be seen, i have just specified each input as class="required"... PLEASE!... i am struggling to make the form validation method execute.... as you can see the two alerts in this code dont show on document.ready...