Commit graph

268 commits

Author SHA1 Message Date
Todd Parker
edf72f5a7e Updated the split button transition and fixed some broken paths. 2010-11-05 16:32:30 -04:00
Todd Parker
358501409b Added documentation about how to close dialogs and how they aren't tracked in history. 2010-11-05 13:00:06 -04:00
scottjehl
93ba5c4a87 fixed some comment typos. thx @warzauwynn 2010-11-04 22:07:21 -04:00
scottjehl
f29b85a149 converted collapsible to the widget factory. API change: data-state="collapsed" is now data-collapsed="true". Updated markup in demos to support change. Fixes #372 2010-11-04 21:32:28 -04:00
Kin Blas
a47a7035bb Moved the data-filter attribute from the content element to the listview element where it should be. 2010-11-04 16:05:49 -07:00
scottjehl
f6dbe5554c Welcome back, Valencia. Fixes #352 2010-11-04 18:50:43 -04:00
Kin Blas
b3ec50b2e3 Removed redundant setting of $.activePage that I added in my previous checkin.
Updated lists-performance.html so that it is a list of 1000 items per Todd.
2010-11-04 15:15:49 -07:00
Todd Parker
79fdf8058f added link to list format page 2010-11-04 12:17:33 -04:00
Todd Parker
f16a75a660 Documented split list icon and theme options. Updated split page demo to set the icon and theme on secondary button to illustrate the issue. Also linked the button to a new dialog page (it was linked to the same page as the main item before) 2010-11-04 12:16:31 -04:00
Jonathan Sharp
b13ddf345c Fixed typo (changed ther to there) 2010-11-04 06:58:01 +08:00
Todd Parker
6737a69d95 fixed typo 2010-11-03 14:36:08 -04:00
Todd Parker
c1f8660aa1 Added an example of a slider with a min of 500, max of 5,000 and value of 2,500 to test and demonstrate a slider that isn't 1-100. 2010-11-03 13:50:43 -04:00
Todd Parker
f8a0812c20 added 400 item list 2010-11-02 18:16:08 -04:00
Todd Parker
522e1ebfb1 added 400 item list to docs so it's available for people to test 2010-11-02 18:15:48 -04:00
scottjehl
cba41eb1d2 updated content 2010-11-02 01:23:08 -04:00
scottjehl
bb54ee9645 demo content 2010-11-02 00:54:23 -04:00
scottjehl
dc74945b00 updates to content 2010-11-02 00:38:31 -04:00
scottjehl
717254da01 fixed some css/js paths 2010-11-02 00:01:25 -04:00
scottjehl
966e6bc4d2 updated form explanation 2010-11-01 23:56:53 -04:00
scottjehl
5e5f9387bf implemented simple automated form submission handling for get and post requests. added demo page which includes more information about how it works. 2010-11-01 23:56:42 -04:00
scottjehl
bc1d0ba08e set utf-8 2010-11-01 21:46:29 -04:00
Jonatan Littke
47dcb7747b Fixed broken <code> element. 2010-10-28 01:34:45 +08:00
scottjehl
3699643726 duplicate id 2010-10-25 10:53:34 -04:00
scottjehl
e736caebfe Removed the ajaxClick function and moved its logic into the live click event handler, where it is now refactored and simplified. Thx to Jeffrey Way for ideas that went into this refactor.
Also, clicks that are triggered on anchors will now be able to make a new http request, which improves listview behavior when clicking LIs that resolve to external urls.

Included in commit is a new demo/test page with various link types to make sure they behave as expected.

Fixes #272, Fixes #264
2010-10-23 17:24:06 -04:00
scottjehl
25c2ce5ce6 added support for grouped collapsibles that make accordions. Parent element just needs a data-role of collapsible-set. Fixes #87, Fixes #178 2010-10-23 10:20:06 -04:00
scottjehl
ceca38b8e0 fixed css references in markup 2010-10-23 09:01:31 -04:00
scottjehl
e71cb716a2 Merge branch 'master' of github.com:jquery/jquery-mobile
Conflicts:
	js/jquery.mobile.js
2010-10-21 16:47:32 -04:00
scottjehl
cb13c2f84a updated to use new changePage function, which no longer has a "from" arg 2010-10-21 13:12:25 -04:00
John Resig
bd541ce267 Move the UL test into the speed directory. 2010-10-21 11:29:17 -04:00
Todd Parker
504b3f4b0e set theme to "d" to see if gradients are the issue. 2010-10-20 21:39:42 -04:00
Todd Parker
f317f398d9 Added a 400 item list to test device performance. 2010-10-20 21:34:30 -04:00
scottjehl
ed07fbc8ad added events documentation. 2010-10-20 16:25:11 -04:00
Todd Parker
d233d26209 fixed css/js paths 2010-10-20 15:54:44 -04:00
Todd Parker
8816dd3383 typo for 3 column grid. fixes:
http://github.com/jquery/jquery-mobile/issuesearch?state=open&q=docs#issue/229
2010-10-20 15:46:02 -04:00
Todd Parker
95d382cb9c fixed a few broken links. 2010-10-20 15:06:20 -04:00
scottjehl
a0b814e26a moved appends over to use $.pageContainer 2010-10-20 12:09:03 -04:00
scottjehl
453989e1bf removed home link 2010-10-20 12:06:26 -04:00
scottjehl
5a69f753f3 documented *very* unique ID reminder. Fixes #187 2010-10-19 11:06:48 -04:00
scottjehl
44676bd1b8 Merge branch 'master' of http://github.com/gabehollombe/jquery-mobile 2010-10-19 10:28:00 -04:00
Gabe Hollombe
1fccf9918b typo fix: change Ajax site and applications to Ajax sites and applications 2010-10-19 21:59:32 +11:00
Gabe
10ab57a1e4 fix btweent to between 2010-10-19 13:34:31 +08:00
marek
4e36f943d1 typos in button-icons 2010-10-19 13:34:01 +08:00
Gabe
3a7cf2e1f8 fix btweent to between 2010-10-19 16:02:12 +11:00
scottjehl
917e32fc22 updated docs on new data-back attr 2010-10-18 18:20:47 -04:00
Todd Parker
6b03498937 page doc edits 2010-10-18 17:42:07 -04:00
scottjehl
d21cac81e9 bad url. Fixes #197 2010-10-18 13:48:00 -04:00
Burin Asavesna
3d224c3877 fix minor typos on doc-pages.html 2010-10-18 13:05:37 +08:00
PattyToland
e3c3111051 edits 2010-10-15 23:22:11 -04:00
Todd Parker
e39e1adcf4 added header theme and message re: no docs yet 2010-10-15 23:21:46 -04:00
Todd Parker
21c4217c89 text edits 2010-10-15 23:21:46 -04:00