Skip to content

Commit a79e96f

Browse files
committed
Entries: Make jqmData as deprecated in 1.5
- Fix #403
1 parent e859d8c commit a79e96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entries/jqmData.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</signature>
77
<longdesc>
88
<p>When working with jQuery Mobile, jqmData should be used in place of jQuery core's <code>data</code> method (note that this includes <code>$.fn.data</code>, <code>$.fn.removeData</code>, and the <code>$.data</code>, <code>$.removeData</code>, and <code>$.hasData</code> utilities), as they automatically incorporate getting and setting of namespaced data attributes (even if no namespace is currently in use).
9+
<strong>Note:</strong> jqmData is deprecated as of version 1.5 and will be removed in version 1.6.
910
</p>
1011
<dd>
1112
<dl>

0 commit comments

Comments
 (0)