jquery select change event on the same option

后端 未结 2 587
执念已碎
执念已碎 2020-12-06 21:17

Here is my simple code:

$(\".test\").change(function(){
    alert(\"user clicked\");
});


                        
    
提交评论

提交回复
热议问题