You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/jqmData.xml
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
</signature>
7
7
<longdesc>
8
8
<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.
0 commit comments