diff --git a/docs/api/methods.html b/docs/api/methods.html index cb62c63e..0d42135b 100755 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -144,7 +144,7 @@ $.mobile.loadPage( "searchresults.php", { -
jqmData(), jqmRemoveData(), and jqmHasData() (method)
+
jqmData(), jqmRemoveData() (method)
When working with jQuery Mobile, jqmData and jqmRemoveData should be used in place of jQuery core's data and removeData 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).