[ ソース: jquery-goodies ]
パッケージ: libjs-jquery-metadata (12-1.1)
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
- JavaScript ライブラリパッケージ用の基本サポート