I have a form with some input and select boxes, each has class=\"myClass\". I also have the following script:
class=\"myClass\"
$(document).ready(function() {
All I can think of is that you used the same class on the form itself. if so, remove the myClass style from your form tag.
Corrected : http://jsfiddle.net/rY6Gq/1/
Faulty one with double alert: http://jsfiddle.net/rY6Gq/