Documentation

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

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.