jQuery - basic

Selectors
  • Recognize the power of jQuery selectors and specifically how XPath and CSS selectors work.
  • Learn how jQuery supports CSS level 1/2/3 selectors, including custom and form selectors.
  • Understand how element sets are built and how to use them.
Core
  • Learn how to execute a given callback function in the context of an element set using jQuery.each().
  • Know how to get the number of elements in a matching set using the length property and/or and size() method.
  • Know how to retrieve the index of a given element present in a matching set using the index() method.
  • Understand how to retrieve an element from a matching set using the get() method.
  • Know how to make jQuery compatible with other libraries that make use of the $ variable using jQuery.noConflict().
DOM
  • Learn how to modify the DOM using the following methods:
    • after()
    • append()
    • before()
    • empty()
    • prepend()
    • remove()
    • wrap()
  • Know how to get the content of any DOM element using the html() and text() methods.
  • Know how to get the value of form elements using the val() method.
  • Understand how to manage element attributes using the attr() and removeAttr() methods.
Events
  • Learn how to use the bind()/unbind() methods for registering and unregistering event handlers on elements for the following events: blur, change, click, dblclick, focus, keydown, keypress, keyup, load, mousedown, mousemove, mouseout, mouseover, mouseup, ready, resize, scroll, select, submit, unload
CSS
  • Learn how to manage CSS properties using the css() method.
  • Know how to resize elements using the width() and height() methods.
  • Learn how to manage element classes using the addClass(), removeClass() and toggleClass() methods.
Ajax
  • Know the basics of the support offered by jQuery for making Ajax calls.
  • Understand how to modify/update content in any DOM element using the load() method.
  • Identify how to create simple Ajax requests using the jQuery.get() and jQuery.post() utility methods.
  • Build a query string using the jQuery.serialize() method.
Effects
  • Learn how to show/hide elements using the show() and hide() methods.
  • Understand how the CSS properties of elements are modified when showing/hiding them using the show() and hide() methods.
Plugins
  • Learn the syntax for creating new plugins using the jQuery.fn.xxx() notation.
  • Recognize methods declaring new plugins among a set of other methods.
  • Know how to name plugin files.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值