New Theme and New Widgets in jQuery Mobile 1.4
Written by Ian Elliot   
Friday, 25 October 2013

jQuery Mobile 1.4 Release Candidate 1 is now available. The focus of this new version is on performance improvements. It introduces several widgets and screen furniture, a new default theme and SVG icons.

The jQuery Mobile 1.4 Beta release notes explain that for this version DOM manipulation was reduced as much as possible. Generation of inner markup for elements styled as buttons was completely removed and they avoided adding classes.

This releases introduces to a new default theme with a flat, more modern, design in which there are just two swatches - a light “A” swatch and a dark “B” swatch as shown here:

 

jquerymo14

 

There is also a change to the way theme inheritance works. In previous versions JavaScript was used to find the nearest parent element with a theme and theme classes were added to all elements. This has been replaced by a pure CSS solution where the level of specificity of the selector determines what theme (swatch) is applied. In almost all cases the default for option theme has been removed and widgets get the same theme as their container or page via CSS.

In addition to the new theme there's a complete new set of vector-based SVG icons from Glyphish, although there's still a fallback to external PNG icons for browsers that don’t support inline SVG via Grunticon.

New widgets are a big feature of this release There's now a flip switch widget, a generic filter widget named “filterable”, the tabs widget from jQuery UI has also been integrated. Popups with arrows, tooltips for sliders, enhancements to toolbars and touch events with teardown methods are also among the improvements on offer.

 

 

jquerymobile

More Information

jQuery Mobile 1.4.0 RC1 Released

Related Articles

jQuery Mobile 1.3 For Responsive Web Design

jQuery Mobile 1.2 Released

jQuery Mobile 1.1

jQuery For Mobile

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


VS Code Extension For Python Data Science
23/09/2024

Microsoft has announced the Python Data Science Extension Pack for Visual Studio Code which is intended as a one-stop shop for doing data science work in Python. If, as a Python programmer, you d [ ... ]



Microsoft Open Sources Drasi
18/10/2024

Microsoft has announced the open source availability of Drasi, a data processing system designed to simplify the detection of and reaction to critical events within complex event-driven infrastructure [ ... ]


More News

 

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

 

Last Updated ( Friday, 12 May 2017 )