jQuery基础语法笔记

Original 2019-06-27 21:07:31 166
abstract:$(document).ready(function(){$(selector).action()}对jquery的语法和使用有了基本的理解,期待之后的课程。

$(document).ready(function(){

$(selector).action()

}

对jquery的语法和使用有了基本的理解,期待之后的课程。

Correcting teacher:天蓬老师Correction time:2019-06-28 09:25:50
Teacher's summary:基于选择器的操作, 是jQuery最基本的用法,但远不止这些

Release Notes

Popular Entries