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