jQuery apply()

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-14 16:41:41

软件介绍

Sometimes deep inside a DOM traversing chain you need a reference to plain current jQuery object. My extremely simple plugin allows you in such cases to call apply() method, which accepts a function (anonymous preferrably) and executes it immidiately, passing a current jQuery selection (not some DOM Element, but the whole Array-like jQuery object with current selection right inside) as this. Method returns the very same selection, so you may continue your chain just like after any other non-traversing method.

本文地址:https://codercto.com/soft/d/23375.html

JavaScript快速开发工具箱

JavaScript快速开发工具箱

Robin Nixon / 陈武、姚飞 / 清华大学出版社 / 2011-11 / 59.00元

《JavaScript快速开发工具箱:轻松解决JavaScript日常编程问题的100个插件工具》通透讲解100个现成的JavaScript插件,引导您使用这些利器得心应手地创建动态Web内容。《JavaScript快速开发工具箱:轻松解决JavaScript日常编程问题的100个插件工具》开篇讲解JavaScript、CSS和DOM,此后每章都列举一个完整示例,指导您将特定效果快速应用于网页。使......一起来看看 《JavaScript快速开发工具箱》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具