Commit graph

13 commits

Author SHA1 Message Date
scottjehl
6fa401276a renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
scottjehl
b14ae8bc16 added support for a JS fallback for auto-numbering in listviews made from OL elements. If supported, numbering is pure CSS, otherwise, the script will generate numbering.
In both the css and the js, the counters will restart whenever a list grouping header is encountered.
2010-09-18 08:21:51 -04:00
scottjehl
bd1a5159d2 added support for auto-numbering in listviews made from OL elements.
Note: currently uses CSS :before gen content, so we'll need to test support for that. listview.js includes a JS fallback, currently commented out.
2010-09-18 07:42:10 -04:00
scottjehl
87e8fcf9b5 simplified tap binding to any list items that contain anchors 2010-09-18 07:14:36 -04:00
Scott González
933ec027d7 Cache jQuery object instead of creating new objects for each call. 2010-09-17 17:11:48 -04:00
scottjehl
2da19049ce changed default for grouping theme 2010-09-16 16:58:52 -04:00
scottjehl
780786c0d2 updated listview with demos for groupings 2010-09-16 16:44:06 -04:00
scottjehl
8e5e6dd8b6 changed option fillWidth to inset. Can be overidden with data-inset="true" as well 2010-09-16 16:13:54 -04:00
scottjehl
a39b366df4 added logic and example for "ui-li-aside" content within listview 2010-09-16 16:10:31 -04:00
Scott González
8f0c9f53b1 Updated listview to conform to coding standards and made some small tweaks. 2010-09-16 14:55:46 -04:00
scottjehl
633b4ed45b Updates to allow for fill-width or inset style lists.
The fillWidth option defaults to true, and can be overridden through data-fill-width attr.
2010-09-16 12:37:45 -04:00
scottjehl
28f19ba8b3 updated to allow the count spans to adopt the parent theme unless overridden with a data-count-theme attr 2010-09-15 18:07:56 -04:00
scottjehl
4d62dde078 adding listview widget 2010-09-15 16:51:15 -04:00