jQuery change event being called twice

后端 未结 9 1098
滥情空心
滥情空心 2020-12-05 23:03

I have a form with some input and select boxes, each has class=\"myClass\". I also have the following script:

$(document).ready(function() {
            


        
9条回答
  •  死守一世寂寞
    2020-12-05 23:14

    if this occurred in IE, it may be this bug as it was for me: http://bugs.jquery.com/ticket/6593

    updating to jQuery 1.7.1 worked for me.

提交回复
热议问题