Commit graph

784 commits

Author SHA1 Message Date
John Bender
2dfa09bcf7 updated docs to include $.mobile.nativeSelectMenus 2011-01-27 23:42:56 -08:00
John Bender
3197f7e61a corrected a duplicate id which was causing the two similarly identified selects to have doubled menu page header titles 2011-01-27 22:50:40 -08:00
toddparker
5b7201ef48 Added documentation and demos for the new data-native="true" option that speeds up performance of selects by using the browser's native menu (thanks John Bender!) 2011-01-27 13:40:20 -05:00
scottjehl
df05143371 edited some nav model info - needs filling out, but outdated info is removed now at least 2011-01-26 22:44:32 -05:00
scottjehl
b50d6a74c2 improved datepicker usage instructions and linked it up from the forms index under "experimental" 2011-01-26 20:48:25 -05:00
scottjehl
2c6cc45ad0 incomplete, but close to fixing the dialog-create-history entry piece. Also includes fix for nested-listview deep linking regression. 2011-01-26 14:27:10 -05:00
scottjehl
d9b84f3f60 added a note to docs. Fixes #880 2011-01-25 23:46:09 -05:00
scottjehl
b7001d8148 markup cleanup. Fixes #878 2011-01-25 22:24:05 -05:00
John Resig
4445ae3702 Remove support for stopping desk-based platforms, fixes #876. In the future if you wish to stop desks on platforms I recommend a cheap solution to that problem:
http://www.amazon.com/Magic-Sliders-80934-Rubber-Door/dp/B000UVMQ38

If you wish to have support brought back it can only be done so through successfully beating me at iOS Carcassonne. My username is 'jeresig@gmail.com'. Warning: I don't lose.
2011-01-25 16:05:19 -05:00
scottjehl
0ba9acfc33 added support for URL updating via a preset data-url on the page div when it is sent from the server.
If data-url is set on a page div when it returns from the server, it's value will be used to replace the url in the hash, and as the base url for future requests if it adds additional segments (such as a trailing slash). This will enable developers to work around the limitation of directory links requiring a trailing slash, and will also allow developers to specify a new url after a redirect occurs (such as after a login). Fixes #867
2011-01-24 19:35:45 -05:00
scottjehl
2e6a396278 added ajaxEnabled option. ajaxLinksEnabled and ajaxFormsEnabled are deprecated and will be removed by 1.0. Fixes #851 2011-01-23 19:03:35 -05:00
scottjehl
be8eb3d0c6 deprecated data-back attribute on links in favor of data-direction="reverse". Updated docs and relevant demos. 2011-01-23 18:12:46 -05:00
scottjehl
9b57c46349 Refactored urlStack and updated dialog and page plugins to match. jQuery Mobile's internal history now attempts to follow the history menu when urls change from hashchange, even for changes that go multiple steps forward or back. The internal history stack is now pruned based on whether a user goes back and then changes direction, whereas before a back-button click would result in a pop off the history. Instead we now maintain an active index number in the history stack, which allows us to maintain references to transitions that are saved on pages reached through clicking the forward button as well. This fixes #636.
In the process, some other small changes should be noted:
urlStack is now urlHistory, a hash of methods and properties used for history stack management (stack, activeIndex, getActive, getPrev, getNext, addNew, clearForward, and listening Enabled). All these are documented inline and exposed on $.mobile.urlHistory (I'm not sure these will be publicly documented, but just exposed internally for plugins for now).

$.changePage has two argument changes: the "back" argument is now called "reverse"; this results in no change from an end-user standpoint, but reflects the fact that it only reverses the direction of a transition without affecting the internal history stack, and second, a new argument at the end defines whether changePage was called from a hashChange which makes that url open to history menu guessing.
2011-01-23 17:33:36 -05:00
scottjehl
6a958ecba2 merge 2011-01-22 17:48:36 -05:00
scottjehl
9e4b0a484c Overhauled path object and exposed it and the base object via $.mobile. Form and Link handlers now use the path methods internally. Unit tests adjusted, but more are needed to fully cover the path and base propeties and methods. Fixes #566. 2011-01-22 17:42:07 -05:00
Kin Blas
161f5e6ae3 Removed jquery.js from js/index.php and updated all html doc/experiments/test files that incuded "js/" so that they also include jquery.js manually.
This makes our include model match the include model on the CDN, and allows devs to make use of mobileinit for debugging some of the samples since that must be set up after jquery.js, but before jquery-mobile.
2011-01-20 11:26:12 -08:00
John Bender
beb40bcd7f corrected link to multi page template to have rel external per the docs 2011-01-20 00:38:07 -08:00
ehynds
f9c1592bc7 fix extra-wide pages in opera & opera mini 2011-01-12 18:00:53 -05:00
bclinkinbeard
32056c6873 Added type attribute to script tags and fixed footer comment 2011-01-12 03:52:33 +08:00
Kin Blas
8050fb0d01 Merge branch 'master' of https://github.com/walkingeyerobot/jquery-mobile into pull672 2011-01-11 09:04:32 -08:00
Kin Blas
38f09ee66f Sweep through all files to add a trailing slash to <link> tags that include thems/default. This should fix Opera Mobile Issue 763. 2011-01-05 16:19:24 -08:00
scottjehl
3fb55aef0b fixed up some duplicate IDs 2010-12-23 14:50:01 -05:00
scottjehl
ce7ff992d6 Merge branch 'docs' of https://github.com/ehynds/jquery-mobile into ehynds-docs 2010-12-23 09:20:17 -05:00
John Bender
fa760da3bd docs updated with information about the slider keys 2010-12-22 23:53:44 -08:00
ehynds
cc0d982c5e documentation for multiple select functionality and list icon theming.
also fixed a CSS specificity bug where the display:block declaration on .ui-li was overriding the display:none declaration for the placeholder class.
2010-12-22 18:11:01 -05:00
scottjehl
fd821b7440 Merge branch 'select_multi' of https://github.com/ehynds/jquery-mobile into ehynds-select_multi 2010-12-22 10:05:40 -05:00
Kin Blas
5961818bb3 Fixed a couple of spots that had the following invalid markup:
<pre></code>
2010-12-16 11:15:43 -08:00
jzaefferer
e70c17d625 Extend nested listviews to accept more then just the title in parent list item. Currently requires predefined anchor to be present, based on discussion in ticket. Extended lists-nested.html to test both variants. Fixes #253 - only text nodes allowed in nested listview 2010-12-15 15:54:13 +01:00
Mitch Foley
df3bc91f80 renaming nobackbtn to backbtn. 2010-12-13 10:54:26 -05:00
ehynds
2c8c89ba9b Merge remote branch 'upstream/master' 2010-12-07 17:45:33 -05:00
Michael J. Rubinsky
76cc574721 Add note specifying these events need to be called prior to jQuery Mobile execution. 2010-12-08 06:11:01 +08:00
scottjehl
80d56e655b Changed page navigation scripting to use data-url attributes instead of IDs for storing page URLs. This fixes a number of issues, most importantly #477, which exposed a conflict between jQuery's selector engine that would result in un-enhanced pages whenever linking between two pages in the same directory.
The shift away from interal ID attribute usage also allows users to bind page events (pagecreate, pagebeforecreate) to a page div by its ID, which was a frequent cause of confusion when it didn't work as expected in former versions of the framework.

Seemingly unrelated: these commits allow you to specify data-role="dialog" in multipage and single page templates. In multipage templates, the role must be on the page (a link with data-rel alone will not work in multi-page). This addresses issue number 464, but may need further testing for obscure scenarios.

Fixes #477 (Pages are not enhanced when linking to a filename without a path)
Fixes #493 (Click the same link twice -> blank page)
Fixes #513 (closing dialog + returning to the same dialog)
Fixes #550 (changePage() not updating hash for internal pages - breaks )
Fixes #464 (Dialogs don't work within multi-pages)
Fixes #633 (Recent change to prevent same-page requests breaks select menu close button)
Fixes #599 (Page ids & page specific events)
Fixes #634 (After a bad page request, base url is not reset to current path)

booya.
2010-12-07 12:05:10 -05:00
scottjehl
008e7e4c37 changed to reference local js,css 2010-12-07 11:33:04 -05:00
ehynds
8118b77a6a documenting disabled options and optgroup support 2010-12-04 23:29:12 +08:00
ehynds
dc6bf52fff restoring doc 2010-12-04 09:07:59 -05:00
ehynds
bd845b3a17 arg 2010-12-04 09:06:04 -05:00
scottjehl
e765d21631 documented how to disable the hidePlaceholderMenuItems option in selectmenus 2010-12-03 11:38:47 -05:00
scottjehl
6dce87a2ac hide placeholder options in selectmenu overlays. Fixes #607 2010-12-03 11:32:48 -05:00
scottjehl
f9e25efeb6 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-12-02 15:19:32 -05:00
Todd Parker
cc2fb7eb42 Actually updated to 1.4.4. Thanks Eric! 2010-12-02 12:27:48 -05:00
Todd Parker
df7de3f54d Updated jq script link to 1.4.4 on both pages. Also used CDN versions on the multi-page template. 2010-12-02 11:43:58 -05:00
scottjehl
69a91d0854 noted docs to-do 2010-12-01 17:05:28 -05:00
scottjehl
bc09540492 updated example code 2010-12-01 11:11:35 -05:00
scottjehl
7aafc9b669 documented auto-init (and prevention of auto-init) of form controls 2010-12-01 09:52:07 -05:00
scottjehl
90b469eb9e noted that the option should be set on mobileinit 2010-12-01 09:52:07 -05:00
scottjehl
5486f8e9e1 fixed typos 2010-11-30 10:20:20 -05:00
scottjehl
419787affe make sure submit button name/value is submitted with form values. Fixes #551 2010-11-29 10:09:26 -05:00
scottjehl
f56fe84245 fixed a docs typo 2010-11-18 22:56:40 -05:00
scottjehl
08e6e2f603 added quick documentation for degradeInputs 2010-11-18 22:40:18 -05:00
scottjehl
c636b774ab updated docs to include new button methods 2010-11-18 22:18:20 -05:00
scottjehl
c8654bfcfc updated docs to include new slider methods 2010-11-18 22:18:20 -05:00
scottjehl
909a0d0f08 removed transitions property from the configuration and updated docs to match. 2010-11-18 22:18:20 -05:00
Leon Brocard
42d20b4b08 Update a few remaining links from 1.0a1 to 1.0a2 2010-11-18 22:40:10 +08:00
Todd Parker
d7becdc728 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-11-17 11:00:53 -05:00
Todd Parker
bf0a32f540 Updated docs from $.changePage() to $.mobile.changePage(). Fixes #488 2010-11-17 11:00:40 -05:00
Yuki KODAMA
b7b63f526e fixed docs for flip toggle switch widget 2010-11-17 19:33:07 +09:00
Yuki KODAMA
b93f5d200d fixed docs for slider widgets 2010-11-17 19:32:31 +09:00
kptdobe
c413b2f86f fixed doc: missing/invalid HTML tags and wrong paths 2010-11-16 22:42:02 +08:00
kptdobe
15e8fa11a5 fixed doc homepage wrong paths 2010-11-16 22:42:02 +08:00
scottjehl
bffff87441 changed docs for live event => bind event 2010-11-12 15:46:00 -05:00
scottjehl
cf2fc6434e added docs for media query function 2010-11-11 21:50:39 -05:00
scottjehl
86005a8815 fixed the FF double scrollbar thingy 2010-11-11 19:58:14 -05:00
scottjehl
7c400eaef7 fixed the retina display for this demo 2010-11-11 19:56:18 -05:00
scottjehl
aca00ea8ec renaming for screen size 2010-11-11 19:09:11 -05:00
scottjehl
aec0cbc946 docs updates 2010-11-11 18:47:21 -05:00
scottjehl
058f0a867d closing tag 2010-11-11 17:50:30 -05:00
scottjehl
d3a0d33791 fixed up grids and navbar again - this time to automate the column count to number of children, or 'a' when greater than 5. data-grid attribute can be set to any grid letter to trump the automated counting. 2010-11-11 17:33:07 -05:00
scottjehl
78f342b5e0 fixed up the navbar and grid plugin logic. now supports up to 5 cols 2010-11-11 17:17:45 -05:00
scottjehl
014bbbcc4a typo 2010-11-11 17:17:45 -05:00
Todd Parker
36163120d6 Set header theme from e to default on form demo page 2010-11-11 17:14:49 -05:00
Todd Parker
e9d2c376fc added demo css file to api folder pages 2010-11-11 16:15:13 -05:00
Todd Parker
974986c449 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-11-11 16:14:10 -05:00
Todd Parker
ca592cb4ac added demo css file ref to about 2010-11-11 16:13:46 -05:00
scottjehl
5a2b76bae4 close the ul 2010-11-11 16:13:30 -05:00
scottjehl
499bcb6458 added methods documentation 2010-11-11 16:12:14 -05:00
scottjehl
17304461bf removed data theme 2010-11-11 16:12:00 -05:00
scottjehl
7d57af8ec4 added some bottom margin to dts 2010-11-11 16:01:26 -05:00
Todd Parker
06b383cbbf Content cleanup 2010-11-11 14:38:13 -05:00
Todd Parker
fed9911f08 Refined names for API pages 2010-11-11 14:34:12 -05:00
Todd Parker
98e09e7178 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-11-11 14:26:07 -05:00
Todd Parker
db9e9c918e Combined settings and global config pages 2010-11-11 14:25:41 -05:00
scottjehl
c708859f55 added docs for media query helpers 2010-11-11 14:22:14 -05:00
Todd Parker
fab9034886 Less margin on h2's 2010-11-11 14:16:59 -05:00
Todd Parker
719608d0a7 Added link to demo css file to all docs pages 2010-11-11 14:15:42 -05:00
Todd Parker
0e28ffe9a1 Added a few code style to demo css. Converted events api page to use DL markup 2010-11-11 14:06:47 -05:00
Todd Parker
34fefc02fc Merge branch 'master' of github.com:jquery/jquery-mobile 2010-11-11 13:53:23 -05:00
scottjehl
d8845f233b styling the dl 2010-11-11 13:43:05 -05:00
Todd Parker
2c63a48905 Updated default page theme example 2010-11-11 13:39:22 -05:00
scottjehl
30c8a4cd5e removed $.mobile.headExtras - useless 2010-11-11 13:38:05 -05:00
Todd Parker
cf88699ea0 Added links to about root index (was empty before) 2010-11-11 13:36:14 -05:00
Todd Parker
b60cfd213f Merge branch 'master' of github.com:jquery/jquery-mobile 2010-11-11 13:35:53 -05:00
scottjehl
17facff55d docs updates 2010-11-11 13:33:19 -05:00
Todd Parker
70f0897a34 Added folder of example glyphish icons 2010-11-11 13:11:46 -05:00
Todd Parker
583f14c518 Added example of a navbar in a header. 2010-11-11 12:59:54 -05:00
Todd Parker
66d53461b0 Added full icon positioning docs and examples and re-vamped the headers docs to include a navbar doc page with glyphish example. 2010-11-11 12:50:32 -05:00
Todd Parker
8e616aaa8e Fixed missing closing div in demo pages 2010-11-11 11:14:27 -05:00
Todd Parker
6ecfe3d5b3 Removed references to mobilize() 2010-11-11 11:02:46 -05:00
Todd Parker
2c1760482c Merge branch 'master' of github.com:jquery/jquery-mobile 2010-11-11 10:21:58 -05:00
Todd Parker
5c2b85086c Added "Alpha 2" to the banner, fixed blotchy page bg artifacts 2010-11-11 10:21:44 -05:00
Todd Parker
6a97fae07f Added a "2" to the alpha 2010-11-11 10:02:47 -05:00
scottjehl
38d31498a4 doc updates 2010-11-11 09:58:46 -05:00
scottjehl
25ef2df462 doc updates 2010-11-11 09:54:56 -05:00
scottjehl
2c3d8cf11c update version png 2010-11-11 09:18:26 -05:00
scottjehl
f92d5fa7f8 themed demo 2010-11-10 23:55:43 -05:00
scottjehl
49574cc7be changed theme 2010-11-10 23:42:08 -05:00
scottjehl
e8bd78bd27 fixed theming so data-theme and data-track-theme attrs work 2010-11-10 23:40:09 -05:00
scottjehl
563169def9 made sure data-icon attrs work on radio and checks. Fixes #423, Fixes #424 2010-11-10 23:19:41 -05:00
scottjehl
049afd4568 improved defaults and added a demo page showing that all button data attrs work on selects too 2010-11-10 23:04:10 -05:00
Todd Parker
a0940dd1f0 fixed a few form id's for better syntax 2010-11-10 14:57:48 -05:00
scottjehl
12b1bb4fa2 only degrade input types that conflict with our replacement UI control. For now, just search and range. Fixes #415, Fixes #420 2010-11-10 11:22:56 -05:00
scottjehl
8f9aee12a6 removed js/all redirect. updated files to use js/ 2010-11-09 17:57:26 -05:00
Todd Parker
644ef0b778 Re-org of the linking example page to emphasize the ajax vs. non-ajax behavior. 2010-11-09 14:11:49 -05:00
Todd Parker
a19f77b5b2 Cut down the performance page to 500 to be a more reasonable test. Wasn't loading reliably over 3G at 1,000. 2010-11-09 13:32:26 -05:00
Todd Parker
9165a054ab Added link formatting example page, moved from lists to pages folder. 2010-11-09 10:52:35 -05:00
Todd Parker
6e62cb9e74 Made each transition link a data-rel="dialog" so it's not tracked in history. Once you played with transitions you were in a deep history stack before. 2010-11-09 10:03:51 -05:00
Todd Parker
2b36b46cc1 Text edits and content re-org in the button icon page to incorporate Oli's edits from here: 5ed44fbbe5
...and a few more improvments.
2010-11-09 10:00:34 -05:00
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
Todd Parker
30fbfe3057 removed header navbar 'cause it's broken 2010-10-15 23:21:46 -04:00
Todd Parker
093263a4fb removed asides from list examples because of margin issues 2010-10-15 23:21:46 -04:00
PattyToland
6561995a3f edit 2010-10-15 23:19:27 -04:00
PattyToland
51ac0fb672 edit 2010-10-15 23:18:09 -04:00
PattyToland
efaf3c8839 edits 2010-10-15 23:17:40 -04:00
PattyToland
6aa096a786 edits 2010-10-15 23:14:21 -04:00
PattyToland
12e6bebda0 edit 2010-10-15 22:58:17 -04:00
PattyToland
7ea792be0d edit 2010-10-15 22:57:07 -04:00
PattyToland
3102a75d63 edit 2010-10-15 22:49:13 -04:00
John Resig
51c4f4a5e2 Disable links to API documentation. Will tackle this weekend. 2010-10-15 22:48:09 -04:00
PattyToland
8098bf0256 edit 2010-10-15 22:45:21 -04:00
PattyToland
ee23c99e8a edit 2010-10-15 22:39:31 -04:00
PattyToland
c37bdd6727 edits 2010-10-15 22:37:21 -04:00
PattyToland
3ad21a2a9a edits 2010-10-15 22:21:13 -04:00
PattyToland
5e3e5abb1d edits 2010-10-15 22:20:00 -04:00
PattyToland
5805f5e70b edit 2010-10-15 22:05:07 -04:00
PattyToland
fd7bdc0d68 edits 2010-10-15 22:02:23 -04:00
scottjehl
a7a1965cdf removed hard back links 2010-10-15 21:39:47 -04:00
PattyToland
3483f81c41 edits 2010-10-15 21:39:01 -04:00
PattyToland
0fd39befa7 edits 2010-10-15 21:37:22 -04:00
PattyToland
0be6ab1012 edit 2010-10-15 21:36:01 -04:00
scottjehl
c48989e0b3 took a crack at a quick a11y blurb. There's a ton more we could say here. 2010-10-15 21:34:55 -04:00
scottjehl
cebea6f1c4 page title 2010-10-15 21:34:55 -04:00
PattyToland
3bf10f44b7 edits 2010-10-15 21:34:12 -04:00
PattyToland
8b6b91b202 edits 2010-10-15 21:32:41 -04:00
PattyToland
ec76396a2b edits 2010-10-15 21:31:26 -04:00
PattyToland
0aa975e8d8 edits 2010-10-15 21:30:02 -04:00
PattyToland
3eb631cdf4 edits 2010-10-15 21:29:09 -04:00
PattyToland
4943d08893 edits 2010-10-15 21:27:32 -04:00
PattyToland
a3b2a0cee1 content edits 2010-10-15 21:21:28 -04:00
PattyToland
2e11bf5540 edit 2010-10-15 21:13:51 -04:00
PattyToland
e5c8a100e1 edit 2010-10-15 21:12:33 -04:00
PattyToland
10223bc9e5 edits 2010-10-15 21:10:12 -04:00
PattyToland
55291a33bd edits 2010-10-15 21:09:05 -04:00
PattyToland
7492fe6066 edits 2010-10-15 21:07:11 -04:00
PattyToland
1aa1740513 edits 2010-10-15 21:01:51 -04:00
PattyToland
8a20d6353c edits 2010-10-15 20:58:48 -04:00
PattyToland
33d00a21e5 edits 2010-10-15 20:48:30 -04:00
PattyToland
2187f12ac7 edits 2010-10-15 20:47:24 -04:00
PattyToland
46633e1e45 edits 2010-10-15 20:42:27 -04:00
PattyToland
825871a752 edits 2010-10-15 20:40:29 -04:00
PattyToland
e4ad1e1eb3 edits 2010-10-15 20:34:23 -04:00
PattyToland
206f56e526 edits 2010-10-15 20:32:53 -04:00
PattyToland
749c97a3c4 edits 2010-10-15 20:32:02 -04:00
PattyToland
faa79e62e0 edits 2010-10-15 20:31:29 -04:00
PattyToland
e836e3f9a0 edits 2010-10-15 20:30:22 -04:00
PattyToland
1a7e687691 edits 2010-10-15 20:24:33 -04:00
PattyToland
eb76e53f60 edits 2010-10-15 20:22:41 -04:00
PattyToland
b28acb814b content edits 2010-10-15 20:18:30 -04:00
scottjehl
5de857d6be edits to persist pages 2010-10-15 20:15:49 -04:00
scottjehl
8a140d1de2 Kept Patty's description, only 3 pages now though. 2010-10-15 20:07:52 -04:00
PattyToland
443204c29e edits 2010-10-15 20:07:12 -04:00
PattyToland
db2daaa7c3 edits 2010-10-15 20:05:46 -04:00
PattyToland
abac4d0583 content edits 2010-10-15 20:05:03 -04:00
PattyToland
3868b03128 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-15 20:02:07 -04:00
PattyToland
474a810d96 content edits 2010-10-15 20:01:55 -04:00
Todd Parker
b7b2c44a67 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-15 20:00:28 -04:00
Todd Parker
e60216a1df added more icons examples 2010-10-15 20:00:21 -04:00
Todd Parker
30f11b9f60 added boilerplate pages 2010-10-15 20:00:05 -04:00
PattyToland
2bbdf0a14d content edits 2010-10-15 19:58:31 -04:00
PattyToland
7fbc772a2f content edits 2010-10-15 19:57:22 -04:00
PattyToland
368658022b content edits 2010-10-15 19:56:31 -04:00
PattyToland
fffd67198a content edit 2010-10-15 19:42:02 -04:00
PattyToland
3382ff911c content edits 2010-10-15 19:37:03 -04:00
PattyToland
e2a36b51d9 content edits 2010-10-15 19:30:06 -04:00
PattyToland
659ccecc6c content edits 2010-10-15 19:17:33 -04:00
scottjehl
350d481ccc don't add to navbars either, theme switchster 2010-10-15 19:14:43 -04:00
PattyToland
801dd9c459 content edits 2010-10-15 19:02:48 -04:00
PattyToland
4e3239af5f content edits 2010-10-15 18:59:46 -04:00
PattyToland
97578e1386 content edits 2010-10-15 18:55:31 -04:00
PattyToland
0c6e59d49d content edits 2010-10-15 18:54:29 -04:00
PattyToland
6c3cf0d729 content edits 2010-10-15 18:53:26 -04:00
PattyToland
5488689930 content edit 2010-10-15 18:43:22 -04:00
scottjehl
e4caeaed70 fixed it so it wasn't fixed anymore. 2010-10-15 18:28:49 -04:00
PattyToland
fcb3fea35d content edits 2010-10-15 18:07:15 -04:00
scottjehl
4abd7b14d2 ye olde theme switcher. appending to all pages now. 2010-10-15 18:03:17 -04:00
Todd Parker
726b5826c5 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-15 17:58:46 -04:00
Todd Parker
2636e87e89 persistent demo cleanup 2010-10-15 17:58:40 -04:00
PattyToland
a3b6a8481b content edits 2010-10-15 17:57:56 -04:00
Todd Parker
922e27adbe improved inline btn docs for patty to re-write 2010-10-15 17:56:26 -04:00
Todd Parker
458d905095 pets is a nicer work to use 2010-10-15 17:34:38 -04:00
Todd Parker
72095aecad removed inline example since it's the default 2010-10-15 17:34:38 -04:00
Todd Parker
0bbd95702b doc update 2010-10-15 17:34:38 -04:00
PattyToland
4846215cd8 content edits 2010-10-15 17:34:00 -04:00
PattyToland
6c926ba92c content edits 2010-10-15 17:31:29 -04:00
PattyToland
3167166494 content edits 2010-10-15 17:29:50 -04:00
PattyToland
f851733419 content edits 2010-10-15 17:19:28 -04:00
PattyToland
1ae43f44d5 icons page content edits 2010-10-15 17:15:50 -04:00
Todd Parker
04e145248c fixed up the fixed header docs and demo 2010-10-15 17:12:21 -04:00
Todd Parker
3ad1208f25 added fixed attribute docs 2010-10-15 17:12:21 -04:00
Todd Parker
2c09ec0885 new version image 2010-10-15 17:12:21 -04:00
Todd Parker
926934fb10 changed headers to data-theme="b" 2010-10-15 17:12:21 -04:00
scottjehl
6cc749023e renamed Dobson theme "Valencia" 2010-10-15 17:10:38 -04:00
PattyToland
b8680de1da icons page content edits 2010-10-15 17:03:42 -04:00
PattyToland
5f62b3d53c pages index content edits 2010-10-15 16:47:13 -04:00
PattyToland
7496105c9f page theming content edits 2010-10-15 16:44:52 -04:00
PattyToland
1b278e083d page theming content edits 2010-10-15 16:42:36 -04:00
PattyToland
64005b0033 page theme content edits 2010-10-15 16:41:18 -04:00
PattyToland
e23ae6e02b page themes content edits 2010-10-15 16:39:57 -04:00
PattyToland
b60201b4eb theme overview edits 2010-10-15 16:32:18 -04:00
PattyToland
58da57edf1 theming overview edits 2010-10-15 16:19:37 -04:00
PattyToland
b1057b83ea theming overview edits 2010-10-15 16:13:21 -04:00
PattyToland
61d29fbd42 themes overview edits 2010-10-15 16:07:29 -04:00
Todd Parker
26cb510ed0 updated intro, new images 2010-10-15 16:05:43 -04:00
Todd Parker
a6c6e3ac2d removed extra ui-body class 2010-10-15 16:05:43 -04:00
PattyToland
f0bd5393a7 Theme overview page content edits 2010-10-15 16:05:13 -04:00
PattyToland
eaada540c8 content edits to theming page 2010-10-15 16:05:13 -04:00
Todd Parker
fc397cd418 changed link to transition success page 2010-10-15 15:43:04 -04:00
Todd Parker
76c99de38f New background image 2010-10-15 15:41:52 -04:00
scottjehl
e2668fd80a missing closing tag 2010-10-15 15:12:55 -04:00
scottjehl
b45af308fc updated transiton types - added attribution 2010-10-15 15:06:18 -04:00
Todd Parker
6edca164ad re-vamping toolbar docs 2010-10-15 14:52:29 -04:00
Todd Parker
b23b083697 added transition success page 2010-10-15 14:52:29 -04:00
scottjehl
53b3d6828b added the other transitions from jQtouch. 2010-10-15 13:37:49 -04:00
Todd Parker
406db2731e edits to headers docs 2010-10-15 12:33:54 -04:00
Todd Parker
49b3d79670 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-15 12:33:27 -04:00
Todd Parker
50420aa763 added exampels for all the new icons 2010-10-15 12:33:10 -04:00
PattyToland
fee8fdea35 content edits 2010-10-15 11:20:39 -04:00
Todd Parker
10e8931c15 documented the form layout behavior for labels 2010-10-15 11:16:01 -04:00
PattyToland
d28125178d content edits to anatomy page 2010-10-15 11:13:51 -04:00
PattyToland
839d343db7 merging 'anatomy of page' and 'linking' pages 2010-10-15 11:11:30 -04:00
Todd Parker
82556c0fef added placeholder pages for accessibility and features 2010-10-15 11:05:02 -04:00
PattyToland
497ea18d06 content update to navmodel page 2010-10-15 10:52:07 -04:00
Todd Parker
69bc97fe6a Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-15 10:44:38 -04:00
Todd Parker
0f433d5c3d updated themes 2010-10-15 10:43:56 -04:00
PattyToland
af07cf808e content edits to dialog page 2010-10-15 09:27:06 -04:00
PattyToland
5a66d6f860 content edits to dialog page 2010-10-15 09:26:07 -04:00
PattyToland
feee461b3d content edits to page transitions 2010-10-15 09:15:07 -04:00
PattyToland
e609c1d444 content edits to 'linking pages' 2010-10-15 09:07:21 -04:00
scottjehl
7b706e412a homepage design tweaks 2010-10-14 22:07:38 -04:00
scottjehl
4293bc50c9 new design for the top of the homepage. also, generated the themeswitcher link with js. 2010-10-14 21:56:51 -04:00
Todd Parker
6084691c95 Trying a few color combos for headers to see if we want to set headers colors of different levels to liven it it. thoughts?
- form landing page = b (blue) header

- form basics = d (mid gray)
- form gallery = e (yellow)
- text inputs = c (light gray)
2010-10-14 20:43:16 -04:00
Todd Parker
7f5d317ff9 all new forms section with new demos and cleaned up code 2010-10-14 20:29:08 -04:00
Todd Parker
f45a7e88d4 added link to gbs on mobile site 2010-10-14 20:29:08 -04:00
Todd Parker
e0ed89f677 new forms docs 2010-10-14 17:42:12 -04:00
Todd Parker
f76b69f7b6 capitalization 2010-10-14 17:27:08 -04:00
Todd Parker
f82fc2cb1b re-vamp of homepage and new /about/folder 2010-10-14 17:22:38 -04:00
Todd Parker
b4f1f8b920 new forms intro 2010-10-14 15:11:34 -04:00
Todd Parker
a778140c23 added link that points to a broken page to demo Ajax error 2010-10-14 15:11:21 -04:00
PattyToland
e1d37cb089 changed page title 2010-10-14 14:51:51 -04:00
Todd Parker
a32ab634f8 updated dialog content 2010-10-14 14:44:30 -04:00
Todd Parker
70a885bed6 edits to intro page to add browser list - need help from John on this page 2010-10-14 14:44:30 -04:00
Todd Parker
f41cc4c97b fixing broken links 2010-10-14 00:26:57 -04:00
Todd Parker
0b6840aefb pages section cleanup 2010-10-14 00:12:17 -04:00
Todd Parker
c2c7cfb275 changed the list theme example to use less "a" for jordan's theme 2010-10-13 23:38:01 -04:00
Todd Parker
240b87954c added data-position="inline" to headers on all index pages -- these are too short for the static headers 2010-10-13 23:24:35 -04:00
Todd Parker
5e3c191133 updating links to demos 2010-10-13 18:43:39 -04:00
Todd Parker
4d1c98d01b link edits 2010-10-13 18:42:14 -04:00
Todd Parker
3d06d39926 all new persistent footer nav bar demos 2010-10-13 18:42:14 -04:00
Todd Parker
b5157e4efc more docs cleanup 2010-10-13 18:23:59 -04:00
Todd Parker
c6d80f5b92 simplifying docs, cross-linking to theming 2010-10-13 17:57:49 -04:00
Todd Parker
7c39a50de8 More page doc updates 2010-10-13 17:43:20 -04:00
Todd Parker
239d83acef removed old button docs page 2010-10-13 17:40:44 -04:00
Todd Parker
e8b3a96783 re-vamped and simplied content docs 2010-10-13 17:40:44 -04:00
Todd Parker
690266693f baar docs revisions 2010-10-13 16:42:09 -04:00
Todd Parker
9db53dc44b content edits 2010-10-13 16:42:09 -04:00
Todd Parker
cf0b023480 simplied button docs to merge docs into examples 2010-10-13 16:42:09 -04:00
Todd Parker
4375b3cb0c added link to html demo 2010-10-13 14:14:40 -04:00
Todd Parker
d846dcffb1 linked up html page 2010-10-13 14:11:33 -04:00
Todd Parker
5882774b5e new html formatting page 2010-10-13 14:11:23 -04:00
Todd Parker
26f303d4ca Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 13:45:04 -04:00
Todd Parker
0cee4ac282 new form docs 2010-10-13 13:44:56 -04:00
Todd Parker
88c8fcb133 new content docs pages added 2010-10-13 13:43:45 -04:00
scottjehl
d5cbcf755b Created a themes directory and moved all CSS and images there.
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.

Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00
Todd Parker
c5e0d480c8 added new dialog demos and improved docs 2010-10-13 12:06:04 -04:00
Todd Parker
50141af48a added styles and content to avoid text wrapping in dialog demo 2010-10-13 11:24:40 -04:00
Todd Parker
851ae1d005 yellow header 2010-10-12 18:47:41 -04:00
Todd Parker
2ed0abe8d6 fixing themes for index pages 2010-10-12 18:41:04 -04:00
Todd Parker
2848d93ea5 theme styling to pages 2010-10-12 18:35:00 -04:00
Todd Parker
2409ca2a64 re-org of mobile docs 2010-10-12 18:25:41 -04:00
Todd Parker
7eab0374c6 re-vamped docs page to be the index page 2010-10-12 18:16:44 -04:00
Todd Parker
6b4f6613f2 placeholder events docs page 2010-10-12 18:16:44 -04:00
Todd Parker
c54bff0a15 new form docs folder 2010-10-12 18:16:43 -04:00
Todd Parker
88b618afcf removed "example" page. too ugly. 2010-10-12 17:52:26 -04:00
Todd Parker
df075d79be fixed page titles 2010-10-12 17:52:26 -04:00
Todd Parker
801d441f3f updated theme docs 2010-10-12 17:52:26 -04:00
scottjehl
e32a1ee831 updated paths 2010-10-12 17:24:39 -04:00
Todd Parker
71bd3a114a fixed code example formatting 2010-10-12 17:23:48 -04:00
Todd Parker
c83c10f5bf added new theme classes 2010-10-12 17:19:22 -04:00
Todd Parker
3fa947ab15 new icon list demo and images 2010-10-12 17:15:33 -04:00
Todd Parker
f10cb9aaa2 Added link to icon demo 2010-10-12 17:15:33 -04:00
Todd Parker
1b0eef1793 Added icon list example 2010-10-12 17:02:48 -04:00
Todd Parker
0be3f7c539 added docs for split button theming 2010-10-12 16:38:57 -04:00
Todd Parker
a8e7ce9886 page title edit 2010-10-12 16:38:57 -04:00
Todd Parker
06e23c1e60 re-vample list theme demos 2010-10-12 16:10:19 -04:00
scottjehl
b11a45f615 switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page.
Inset listviews have no margin now, and regular listviews have -15px margins. Also, collapsibles now have no padding.

Updated HTML to remove ui-body classes for content divs, to match these changes.

Fixes #161
2010-10-12 15:50:28 -04:00
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
030d3a010e pulled theme class off 2010-10-12 13:40:06 -04:00
Todd Parker
cfafc3309c updates to demos to align with new theme 2010-10-12 13:25:29 -04:00
Todd Parker
49eb7f9de9 Added a note about linking to a hash and a link to the hashes page for reference 2010-10-12 10:36:52 -04:00
Todd Parker
1ac40578c9 Tweaked text language to avoid wrapping 2010-10-12 10:27:53 -04:00
Todd Parker
6fc05c956e Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-12 09:53:47 -04:00
Todd Parker
a3ad431528 Udpdated fullscreen demo to use a photo 2010-10-12 09:53:41 -04:00
scottjehl
867faa1ee8 a few more find/reps on the script and css urls 2010-10-12 09:53:34 -04:00
scottjehl
65cd3ae0ab fixed paths to js and css files when these files are opened standalone 2010-10-11 19:44:14 -04:00
Todd Parker
282e45cdd3 simplied demo nav - dialogs and transitions are now part of pages, is that ok? 2010-10-11 18:43:40 -04:00
Todd Parker
963bde4005 fixed page title 2010-10-11 18:39:25 -04:00
Todd Parker
633a0903be added new theme demo for pages and pulled in scott's ajax wiki page 2010-10-11 18:38:34 -04:00
Todd Parker
ac351b92e9 more docs edits for pages section 2010-10-11 17:49:12 -04:00
Todd Parker
b4c3f4b29f content edits 2010-10-11 17:36:33 -04:00
Todd Parker
a8c2df0c05 updated toc 2010-10-11 17:36:22 -04:00
Todd Parker
240480882c updated demos 2010-10-11 17:35:49 -04:00
Todd Parker
be385a7162 new pages & links docs pages 2010-10-11 17:35:29 -04:00
Todd Parker
bf9e3996b5 updated button docs 2010-10-11 17:31:59 -04:00
Todd Parker
cc7e3791d8 updated to use the new data-inline="true" attribute 2010-10-11 16:19:31 -04:00
Todd Parker
8f34e4166b removed the class="ui-body" wrappers on pages, added to content div. hopefully, we can remove the class completely and have the framework add it for you. 2010-10-11 15:51:59 -04:00
Todd Parker
2a481b5e90 improved page layout and typography 2010-10-11 14:31:33 -04:00
Todd Parker
5b24a75f3c fixed header language 2010-10-11 14:26:40 -04:00
Todd Parker
120a138435 Added IDs for deep linking 2010-10-11 14:25:26 -04:00
Todd Parker
e3a9a23e4e New button docs and demos 2010-10-11 14:25:08 -04:00
Todd Parker
11ca51fa93 revised links to docs folders 2010-10-11 12:58:58 -04:00
Todd Parker
cbeb4366e4 deleted images that aren't needed anymore 2010-10-11 11:21:15 -04:00
scottjehl
4ba5fe0a6b Committing up Todd's changes to docs. 2010-10-11 08:11:20 -04:00
scottjehl
29913434bf changed name of list grouping to list "divider". Affects class names, css applied, data-attr for configuration. 2010-10-10 21:28:22 -04:00
scottjehl
734e21816a groupingtheme option is now exposed as data-groupingtheme. This should probably be renamed to "dividertheme", but for now, this Fixes #128, Fixes #134 (duplicate bugs) 2010-10-10 18:17:26 -04:00
scottjehl
f58761bf3a applied data-nobackbtn attrs 2010-10-10 15:16:02 -04:00
scottjehl
e42130efe0 big updates and additions to docs by Todd 2010-10-10 10:41:34 -04:00
Todd Parker
65343f158b The start of basic documentation and cleaned up demos. 2010-10-08 18:20:20 -04:00