From f83d75cea7fab777937d1782a4358ab9638564bf Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Sat, 30 Aug 2014 00:03:48 +0300 Subject: [PATCH] jqmRemoveData: Update signature to include argument Fixes gh-329 --- entries/jqmRemoveData.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 @@ - jqmRemoveData() + .jqmRemoveData() Remove a previously-stored piece of data. + + A string naming the piece of data to delete. + -

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). -

-
-
-
Arguments:
-
See jQuery's removeData method
-
-
+

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).