Commit graph

134 commits

Author SHA1 Message Date
scottjehl
b7001d8148 markup cleanup. Fixes #878 2011-01-25 22:24:05 -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
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
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
bclinkinbeard
32056c6873 Added type attribute to script tags and fixed footer comment 2011-01-12 03:52:33 +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
Kin Blas
5961818bb3 Fixed a couple of spots that had the following invalid markup:
<pre></code>
2010-12-16 11:15:43 -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
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
Leon Brocard
42d20b4b08 Update a few remaining links from 1.0a1 to 1.0a2 2010-11-18 22:40:10 +08:00
Todd Parker
bf0a32f540 Updated docs from $.changePage() to $.mobile.changePage(). Fixes #488 2010-11-17 11:00:40 -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
6ecfe3d5b3 Removed references to mobilize() 2010-11-11 11:02:46 -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
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
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
Jonathan Sharp
b13ddf345c Fixed typo (changed ther to there) 2010-11-04 06:58:01 +08:00
scottjehl
dc74945b00 updates to content 2010-11-02 00:38:31 -04:00
scottjehl
966e6bc4d2 updated form explanation 2010-11-01 23:56:53 -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
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
ceca38b8e0 fixed css references in markup 2010-10-23 09:01:31 -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
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
Burin Asavesna
3d224c3877 fix minor typos on doc-pages.html 2010-10-18 13:05:37 +08:00
John Resig
51c4f4a5e2 Disable links to API documentation. Will tackle this weekend. 2010-10-15 22:48:09 -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
fcb3fea35d content edits 2010-10-15 18:07:15 -04:00
PattyToland
a3b6a8481b content edits 2010-10-15 17:57:56 -04:00
Todd Parker
926934fb10 changed headers to data-theme="b" 2010-10-15 17:12:21 -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
Todd Parker
a6c6e3ac2d removed extra ui-body class 2010-10-15 16:05:43 -04:00
Todd Parker
fc397cd418 changed link to transition success page 2010-10-15 15:43:04 -04:00
scottjehl
b45af308fc updated transiton types - added attribution 2010-10-15 15:06:18 -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
PattyToland
fee8fdea35 content edits 2010-10-15 11:20:39 -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
PattyToland
497ea18d06 content update to navmodel page 2010-10-15 10:52:07 -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
Todd Parker
a778140c23 added link that points to a broken page to demo Ajax error 2010-10-14 15:11:21 -04:00
Todd Parker
a32ab634f8 updated dialog content 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
4d1c98d01b link edits 2010-10-13 18:42:14 -04:00
Todd Parker
7c39a50de8 More page doc updates 2010-10-13 17:43:20 -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
2848d93ea5 theme styling to pages 2010-10-12 18:35:00 -04:00
Todd Parker
88b618afcf removed "example" page. too ugly. 2010-10-12 17:52:26 -04:00
Todd Parker
801d441f3f updated theme docs 2010-10-12 17:52:26 -04:00
Todd Parker
71bd3a114a fixed code example formatting 2010-10-12 17:23:48 -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
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
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
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
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