From dbab6c06f7fbef27728719b1808332711ae08033 Mon Sep 17 00:00:00 2001 From: gseguin Date: Fri, 16 Sep 2011 09:18:00 -0700 Subject: [PATCH] Fix for issue #2455 Updated doc --- docs/api/methods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).