jquery学习笔记(JQuery learning notes).docVIP

  • 2
  • 0
  • 约6.88千字
  • 约 15页
  • 2017-08-20 发布于河南
  • 举报
jquery学习笔记(JQuery learning notes)

jquery学习笔记(JQuery learning notes) JQuery 1, jQuery programming basic steps: Step1 uses a selector to find a node (which is a node) JQuery object, that is, to find the DOM node to do a Encapsulation). Step2 calls the properties and methods provided by the jQuery object. 2 、 conversion between jQuery object and DOM node 1) jQuery object -- DOM node Mode 1: $obj.get (0) Mode two: $obj.get () [0] 2) DOM node jQuery object $(obj) 3, how to use prototype and jQuery at the same time?. Step1 introduces prototype.js first Step2 usage $a = jQuery.noConflict (); Take an alias for the $function $a. 4, se

文档评论(0)

1亿VIP精品文档

相关文档