266
个编辑
(创建页面,内容为“(function () { var event = new Event('jquery-ready'); window.dispatchEvent(event); })();”) |
无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第1行: | 第1行: | ||
(function () { | $(function () { | ||
var event = new Event('jquery-ready'); | var event = new Event('jquery-ready'); | ||
window.dispatchEvent(event); | window.dispatchEvent(event); | ||
} | }); | ||