Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 94 Bytes

JQuery.md

File metadata and controls

10 lines (7 loc) · 94 Bytes

JQuery

常用代码段

$(document).ready(function() {
    // ...
})