What is the difference between these jQuery ready functions?

后端 未结 9 1521
名媛妹妹
名媛妹妹 2020-11-22 15:31

what is difference between

$(function(){

}); 

and

$(document).ready(function() { 

});
9条回答
提交回复
热议问题