scottjehl
ef3fd116dc
refactored to use widget factory and not be tracked via hash/history. Fixes #176
2010-10-21 16:29:05 -04:00
scottjehl
5ad3d04084
several changes that allow for changing pages without hash changes:
...
- allowed prevention of hash listening during a particular hash change
- allowed $.activePage to remain set on previous page when an untracked page is open (return pageshow event false to use this feature)
- moved setting and resetting to base urls and made sure they update at the right moment for both new pages and those previously visited.
- changePage now accepts an array as first argument, allowing you to specify both [from,to] pages, whereas non-array types would refer to the "to" page, assuming "from" should be the currently viewed page
- error requests never generate a hash change now
- edited the ajax error to appear in the right location when scrolled
Essentially, plugins can now create page changes that are not tracked in history, which is a dialog critical bug.
2010-10-21 16:28:17 -04:00
scottjehl
6f90c3aa17
changed to use click event.
2010-10-21 15:59:44 -04:00
scottjehl
06e6ceb519
moved $activePage to $.activePage, so it's exposed for external plugins
2010-10-21 14:04:47 -04:00
scottjehl
b8cf201a88
ajaxClick only updates the hash if the clicked element doesn't match the new unHashedSelectors var. So far, this only includes [data-rel=dialog]
2010-10-21 13:16:48 -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
scottjehl
0d8956cf0c
big refactor of hashchange event handler - moved logic over to changePage function.
2010-10-21 13:11:46 -04:00
scottjehl
afcf8fb0e8
made sure the inner corners on listview buttons are rounded.
2010-10-21 09:34:29 -04:00
wuyuntao
2337fddea9
Fix some css issue
2010-10-21 21:23:54 +08:00
Jeffrey Way
ef72ae4ddf
Fixed iPad button positioning bug
2010-10-21 21:20:14 +08: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
2f38d99d45
moving the slider handle triggers change event on the input or select.
2010-10-20 19:08:56 -04:00
scottjehl
b15b9153a4
changed ajax response injection to avoid filtering-out script elements that are included in the page div. Fixes #145
2010-10-20 18:32:00 -04:00
scottjehl
ebfcc40e39
if a nested list is created on a page that contains a persistent footer, that footer should persist across all generated sub-pages. Fixes #247
2010-10-20 17:46:16 -04:00
scottjehl
920adf204c
scoped the application of negative margins to .ui-content . Fixes #254
2010-10-20 16:54:10 -04:00
scottjehl
ddc704461b
Merge branch 'doc-pages' of http://github.com/burin/jquery-mobile into burin-doc-pages
2010-10-20 16:28:07 -04:00
scottjehl
ed07fbc8ad
added events documentation.
2010-10-20 16:25:11 -04:00
scottjehl
6ea7ba6eac
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-10-20 16:23:21 -04:00
scottjehl
b211de4bb3
updated triggered events to pagebeforeshow / pagebeforehide
2010-10-20 16:01:38 -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
73be0bb64b
removed extra $ causing error in direct-url scenarios
2010-10-20 14:20:38 -04:00
scottjehl
2c17000bfc
fixed up rounded corners on inset lists
2010-10-20 14:16:34 -04:00
scottjehl
62f0754c6b
removed console log
2010-10-20 14:08:01 -04:00
scottjehl
33052b7349
expose after domready
2010-10-20 12:48:05 -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
b27e9e6d51
exposed pageContainer via $.pageContainer, for other plugins to append
2010-10-20 12:00:18 -04:00
scottjehl
863e971cd9
created $pageContainer reference - for appending pages. Fixes #260
2010-10-20 11:49:08 -04:00
scottjehl
8f78c67b1b
gave startPage a $ prefix
2010-10-20 11:48:00 -04:00
jzaefferer
6651fcf016
Listview: Replace live tap event handler with delegate.
2010-10-20 16:21:05 +02:00
jzaefferer
962d5a137b
Listview: Finishing up refresh refactoring. Fixes #249
2010-10-20 15:55:05 +02:00
jzaefferer
939a557d67
Converter demo: Update to use the new refresh method in listview, along with some small tunings.
2010-10-20 06:31:02 +02:00
jzaefferer
1cbdc76d08
Listview: Code cleanup and refactoring, introducing refresh method. Partial fix for #249
2010-10-20 06:28:35 +02:00
scottjehl
df93b9ec57
needed a g flag. Thx @naton. Fixes #252
2010-10-19 16:22:04 -04:00
jzaefferer
b43882f268
Converter demo: Updating list item template.
2010-10-19 19:49:54 +02:00
jzaefferer
205662015c
Converter demo: Slight markup improvement.
2010-10-19 19:48:02 +02:00
Todd Parker
1144425325
more revisions to converter typography
2010-10-19 12:33:17 -04:00
Todd Parker
c2726c865a
lowercased "to"
2010-10-19 11:52:36 -04:00
Todd Parker
4deaa4a33a
re-vamped statics for converter demo. on the edit screen, clicking an existing converter should drill you to a similiar page to "add" to let you edit the row. we should start off with at least 3 presets.
2010-10-19 11:48:17 -04:00
Matt Curry
e5bd32c2d9
put input name in quotes to prevent issue with [,] chars
2010-10-19 23:27:16 +08: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