`
sakakokiya
  • 浏览: 521936 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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.
分享到:
评论

相关推荐

    jquery-3.2.0.js,jquery-3.2.0.min.js

    - **基本动画(Basic Animations)**:`.fadeIn()`, `.fadeOut()`, `.slideToggle()` 等方法创建平滑过渡效果。 - **自定义动画(Custom Animations)**:使用 `.animate()` 方法可以创建自定义动画,如改变宽高、...

    jquery插件jquery-ui-1.8.18.custom.min.js及css文件

    3. **Effects**:包括基本动画(Basic Effects)、核心效果(Core Effects)以及增强型效果(Enhanced Effects),使得页面元素的动态展示更加丰富多彩。 接下来,我们要讨论与之配合的CSS文件。这些文件通常包含...

    jquery SimpleModal-basic

    **jQuery SimpleModal-Basic 知识点详解** jQuery SimpleModal是一款轻量级、高度可定制的模态对话框插件,适用于网页中的弹窗展示。它基于流行的JavaScript库jQuery构建,提供了一种简单的方式来创建模态窗口,...

    jQuery-Tools-overlay 使用介绍

    代码如下: <!... <head> <title>jQuery Tools standalone demo</title>...– include the Tools –> [removed][removed] &...link rel=”stylesheet” type=”text/css” href=”./overlay-basic.css”

    Jquery-fileupload

    `basic-plus.html` 和 `basic.html` 分别展示了插件的基本和增强功能。基本版可能只包含最核心的文件上传功能,而增强版可能包含更多的交互元素,如上传进度条、错误提示等。 `Gruntfile.js` 是一个 Grunt 构建文件...

    jQuery-1.5-Visual-Cheat-Sheet (PDF)

    ### jQuery 1.5 Visual Cheat Sheet详解 #### 一、概述 `jQuery-1.5-Visual-Cheat-Sheet (PDF)` 是一个针对 jQuery 1.5 版本的快速参考指南,它以 PDF 格式提供了一系列常用的选择器和其他功能的可视化表示。这份...

    jQuery-apii

    - **基本动画(Basic Animations)**: `fadeIn()`, `fadeOut()`, `slideToggle()`等用于创建平滑的显示和隐藏效果。 - **自定义动画(Custom Animations)**: `animate()`函数允许开发者自定义CSS属性的动画过程。...

    jQuery实现下拉框多选 jquery-multiselect 的实例代码

    <select title="Basic example" multiple="multiple" name="example-basic" size="5" id="ddlConditions"> <option value="1">Option1 <option value="2">Option2 <option value="3">Option3 <!-- 其他选项 --> ...

    jquery-ui-1.8.14.zip

    2. **特效(Effects)**:包括基本动画(Basic Animations)、过渡效果(Transitions)以及自定义特效(Custom Effects)。例如淡入淡出(Fade)、滑动(Slide)等,使得网页元素的展示更加生动。 3. **排序...

    Jquery-Ui自动提示

    var availableTags = [ "ActionScript", "AppleScript", "Asp", "BASIC", "C", "C++", "Clojure", "COBOL", "ColdFusion", "Erlang", "Fortran", "Groovy", "Haskell", "Java", "JavaScript", "Lisp", "Perl", ...

    前端项目-jquery.basictable.zip

    **前端项目-jquery.basictable** 在前端开发中,数据展示经常需要用到表格,而`jquery.basictable`是一个轻量级的jQuery插件,专门用于创建响应式的表格。这个插件使得在不同设备和屏幕尺寸下,表格都能保持良好的...

    Basic-Jquery-Slider:基本的 Jquery 滑块

    **jQuery 滑块基础教程** 在网页设计中,滑块是一种常见的交互元素,用于展示多张图片或信息,常用于轮播广告、产品展示等。JQuery 是一个广泛使用的 JavaScript 库,它简化了 DOM 操作、事件处理以及动画效果。在...

    basictable.js-jQuery响应式表格插件

    4. **初始化插件**:在文档加载完成后,使用 jQuery 的 `$(document).ready()` 函数初始化插件,如 `$('.basic-table').basictable();`。 5. **自定义配置**:如果需要,可以通过传递参数对象来调整插件行为,例如 `...

    jQuery-Easyui 1.2 实现多层菜单效果的代码

    在提供的代码片段中,我们可以看到,`var_menus`对象被用来配置基础数据菜单`basic`和点菜单`point`。每个菜单都有多个子菜单,其中“基础数据1”是第二级菜单,“子菜单1”是第三级菜单,而“子子菜单11111”则为第...

    birthday-basic.zip

    在网页中,这些音频文件可以通过HTML5的`<audio>`标签或者JavaScript库如jQuery Audio Player来播放。 4. **js**:这个文件夹可能包含JavaScript代码,这是一种常用的客户端脚本语言,用于实现网页的交互功能。...

    jQuery图片处理插件大全

    FullscreenGalleryThumbnailFlip.zip FullPageImageGallery.zip MergingImageBoxes.zip buildinternet-mosaic-ef45e11.zip woothemes-FlexSlider-...jcobb-basic-jquery-slider-e15b5ee.zip 等47个jQuery图片特效插件

    fslightbox-basic-3.2.2_slider_源码

    【fslightbox-basic-3.2.2_slider_源码】是一个基于JavaScript实现的滑动展示库,主要用途是创建具有动态效果的图片或内容滑块。在网页设计中,滑块通常用于展示多个项目,如图片、产品或新闻,以节省页面空间并增加...

    select2.zip

    2. **选择元素**:选择要替换的 `<select>` 元素,通常通过 jQuery 的 `$(selector)` 方法实现。 3. **初始化 Select2**:调用 `select2()` 函数对选中的元素进行初始化,可以传递配置对象来调整插件的行为。 ```...

    jquery easyui datagrid demo

    jQuery EasyUI 是一个基于 jQuery 的前端框架,它封装了一系列的 jQuery 插件,为开发者提供了构建用户界面的简便方法。这个“jquery easyui datagrid demo”包含了一些关于如何使用 jQuery EasyUI 中 Datagrid 组件...

    jquery-salary-calculator

    例如,`$("#basicSalary").on("input", function() {...})`可以捕获基本工资输入的变化。 4. 结果反馈:jQuery也简化了向用户展示计算结果的过程。可以使用`.html()`或`.text()`方法更新指定元素的内容,将计算结果...

Global site tag (gtag.js) - Google Analytics