jQuery document ready function

后端 未结 7 1204
南旧
南旧 2020-12-03 17:20

Are the end results of the following jQuery snippets identical?

Snippet 1:

$(function() { alert(\'test!\'); });

7条回答
提交回复
热议问题