diff --git a/entries/jQuery.data.xml b/entries/jQuery.data.xml
index 193cae70..bc1bab43 100644
--- a/entries/jQuery.data.xml
+++ b/entries/jQuery.data.xml
@@ -25,7 +25,7 @@ jQuery.data( document.body, "bar", "test" );
-
+
Store then retrieve a value from the div element.
- undefined
is not recognised as a data value. Calls such as ( , undefined )
will return the corresponding data for "name", and is therefore the same as ( )
.
+ undefined
is not recognized as a data value. Calls such as ( , undefined )
will return the jQuery object that it was called on, allowing for chaining.
+
+
+ undefined
is not recognized as a data value. Calls such as ( , undefined )
will return the corresponding data for "name", and is therefore the same as ( )
.
The number returned by dimensions-related APIs, including
, may be fractional in some cases. Code should not assume it is an integer. Also, dimensions may be incorrect when the page is zoomed by the user; browsers do not expose an API to detect this condition.