All jQuery Mobile projects updated to support jQuery Mobile 1.2.0
Filed under: jQuery Mobile
comments (2) Views: 2,091
The jQuery Mobile team recently released version 1.2.0 which adds quite a lot of functionality. In keeping with the new release I've updated all of my jQuery Mobile projects to support the 1.2.0 release. You can see a list of the existing projects below.
If this article was interesting, or helpful, or even wrong, please consider leaving a comment, or buying something from my wishlist. It's appreciated!
Andy,
The font awesome css affects jqm checkboxes styles in a negative way, in my opinion. Instead of the nice light gray/blue checkbox, you end up with a dark gray box.
It can be fixed by changing line 143 of the fa css file to:
.ui-icon:not(.ui-icon-loading):not(.ui-icon-checkbox-off):not(.ui-icon-checkbox-on), .ui-icon-searchfield::after
Luke - December 16, 2012 10:50 am
Nice Luke. Would you mind committing your changes in a pull request on Github?
andy matthews - December 20, 2012 06:08 am