Commit graph

13 commits

Author SHA1 Message Date
scottjehl
091c00a9cf removed media attrs in markup. We can do this internally in the css if necessary, but in general, this css only applies to js-generated classes anyway. 2010-10-12 15:14:07 -04:00
scottjehl
00c28aff4d demo markup cleanup 2010-10-09 08:57:57 -04:00
scottjehl
de53cfb930 Made all css and JS rely upon media query support. ("only all"). We can go back to the previous system, but so far, this seems to create a better divide than our previous support tests provided. 1-person discussion here: https://github.com/jquery/jquery-mobile/issues/#issue/29 2010-10-07 15:15:59 -04:00
scottjehl
58e5499fc9 whitespace 2010-10-02 11:47:07 -04:00
scottjehl
79a5c3db13 removed inline gzips 2010-10-02 11:42:50 -04:00
scottjehl
51c822dab4 removed links to old transitions 2010-10-01 15:59:58 -04:00
scottjehl
af250415b2 updated markup to use data-role attrs in place of classes for header/content/footer 2010-09-21 10:58:54 -04:00
scottjehl
f9f236fb8b Big update:
In starting markup, pages should now be identified with the attribute data-role="page".  This allows us to then add ui-page programatically, hiding all non-active pages, and apply ui-page-active to one page at a time to show it.

mobile.js is updated to find pages by this attribute now, instead of ui-page class.

fixes issue 32
2010-09-18 12:20:35 -04:00
scottjehl
0e0cb0a5ee updated the demo page 2010-09-16 12:40:19 -04:00
scottjehl
94be57ef22 removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
scottjehl
f3caa808b2 updated to use listview instead of just a controlgroup 2010-09-15 18:12:23 -04:00
scottjehl
5678650342 added slidedown,slidebackup transitions. modified slideup transitions' naming to accommodate.
updated transitions demo with new variation, added new transition name to array in mobile.js
2010-09-11 08:49:54 -04:00
scottjehl
1d0fd4a7d8 committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00