jQuery.idfy:一个简单的 jQuery 插件,用于为 DOM 元素生成随机 ID

时间:2024-07-13 15:37:43
【文件属性】:

文件名称:jQuery.idfy:一个简单的 jQuery 插件,用于为 DOM 元素生成随机 ID

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-13 15:37:43

JavaScript

jQuery.idfy 一个简单的 jQuery 插件,它为当前集合中还没有的所有元素生成随机 ID。 用法 // Generates ids for all elements with class "foo". If they already have an id, // nothing happens. $ ( '.foo' ) . idfy ( ) ; // Like above, but returns the set of ids (i.e., basically an array of strings) // of each element instead of the element set itself. $ ( '.foo' ) . ids ( ) ; // Like above, but returns (and creates if necessary) the


【文件预览】:
jQuery.idfy-master
----package.json(679B)
----jQuery.idfy.js(874B)
----.gitignore(21B)
----README.md(756B)
----idfy.jquery.json(785B)

网友评论