mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
parent
15667eee1b
commit
dbab6c06f7
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ $.mobile.loadPage( "searchresults.php", {
|
|||
</dd>
|
||||
|
||||
|
||||
<dt><code>jqmData(), jqmRemoveData(), and jqmHasData()</code> (<em>method</em>)</dt>
|
||||
<dt><code>jqmData(), jqmRemoveData()</code> (<em>method</em>)</dt>
|
||||
<dd>When working with jQuery Mobile, <code>jqmData</code> and <code>jqmRemoveData</code> should be used in place of jQuery core's <code>data</code> and <code>removeData</code> methods (note that this includes $.fn.data, $.fn.removeData, and the $.data, $.removeData, and $.hasData utilities), as they automatically incorporate getting and setting of namespaced data attributes (even if no namespace is currently in use).</dd>
|
||||
<dd>
|
||||
<dl>
|
||||
|
|
|
|||
Loading…
Reference in a new issue