jQuery Mobile Elements

Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About

Table of Contents

1 jQuery Mobile Elements

All of the jQuery Mobile Elements share a number of attributes in common. Please note that jQuery mobile elements will just be normal HTML elements unless the jQuery mobile javascript has been included. Please see the jQuery Mobile Integration Guide.

Usage

#some_mobile_element { 
   theme=a,
   data_fields=[
      {icon, minus},
      {shadow, true}
   ]
}

Attributes

theme - (atom)
Sets the jQuery Mobile Swatch Letter. Can be a-z.
data_fields - ([{field, Attribute},…])
Sets HTML5 data attributes, which are commonly used for jQuery mobile integration. While most Nitrogen mobile elements already include common data attributes (such as 'data-role', 'data-mini' or 'data-theme', etc), this allows the user to add ones that might not be immediately supported by Nitrogen. See the jQuery Mobile data attributes

Date: 2014-11-12 19:51:02 CST

Author: Jesse Gumm (@jessegumm)

Org version 7.8.02 with Emacs version 23

Validate XHTML 1.0

Comments

Note:To specify code blocks, just use the generic code block syntax:
<pre><code>your code here</code></pre>


comments powered by Disqus