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