[ 源代码: jquery-goodies ]
软件包:libjs-jquery-metadata(12-3)
libjs-jquery-metadata 的相关链接
Debian 的资源:
下载源码包 jquery-goodies:
维护小组:
- Debian Javascript Maintainers (QA 页面, 邮件存档)
- Marcelo Jorge Vieira (QA 页面)
- Per Andersson (QA 页面)
- Agustin Henze (QA 页面)
相似软件包:
jQuery plugin for parsing metadata from elements
Sets the type of metadata to use. Metadata is encoded in JSON, and each property in the JSON will become a property of the element itself.
There are three supported types of metadata storage:
attr: Inside an attribute. The name parameter indicates *which* attribute.
class: Inside the class attribute, wrapped in curly braces: { }
elem: Inside a child element (e.g. a script tag). The name parameter indicates *which* element.
The metadata for an element is loaded the first time the element is accessed via jQuery.
As a result, you can define the metadata type, use $(expr) to load the metadata into the elements matched by expr, then redefine the metadata type and run another $(expr) for other elements.
其他与 libjs-jquery-metadata 有关的软件包
|
|
|
|
-
- dep: libjs-jquery
- JavaScript library for dynamic web applications
-
- rec: javascript-common
- Base support for JavaScript library packages