From 56f0af4cdfaf8060afabf6ed0b1e455bc2df4b4f Mon Sep 17 00:00:00 2001 From: toddparker Date: Mon, 7 Nov 2011 16:02:27 -0500 Subject: [PATCH] Added an intro message that links to the ns global option --- docs/api/data-attributes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/data-attributes.html b/docs/api/data-attributes.html index 9e562f50..19d3f076 100644 --- a/docs/api/data-attributes.html +++ b/docs/api/data-attributes.html @@ -23,6 +23,8 @@
+

Data- attribute reference

+

The jQuery Mobile framework uses HTML5 data- attributes to allow for markup-based initialization and configuration of widgets. These attributes are completely optional; calling plugins manually and passing options directly is also supported. To avoid naming conflicts with other plugins or frameworks that also use data- attributes, set a custom namespace by modifying the ns global option.