Fix for issue #2455

Updated doc
This commit is contained in:
gseguin 2011-09-16 09:18:00 -07:00
parent 15667eee1b
commit dbab6c06f7

View file

@ -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>