diff --git a/entries/jqmRemoveData.xml b/entries/jqmRemoveData.xml
index c85008fc..84b4de0c 100644
--- a/entries/jqmRemoveData.xml
+++ b/entries/jqmRemoveData.xml
@@ -1,18 +1,14 @@
When working with jQuery Mobile, jqmRemoveData should be used in place of jQuery core's When working with jQuery Mobile, jqmRemoveData should be used in place of jQuery core's removeData
method (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).
-
-
- removeData
method (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).