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 |
|
wuyuntao
|
205364620d
|
Modified to allow for pages to have a data-back attribute which provides a way to use backward transition manually.
|
2010-10-18 18:17:10 -04:00 |
|
jzaefferer
|
fcfeb56c6b
|
Converter demo: Ammending previous commit for input-to-text conversion.
|
2010-10-18 23:50:10 +02:00 |
|
jzaefferer
|
8796779e5e
|
Converter demo: Changing output to text (instead of inputs).
|
2010-10-18 23:47:44 +02:00 |
|
Todd Parker
|
6b03498937
|
page doc edits
|
2010-10-18 17:42:07 -04:00 |
|
Todd Parker
|
fc6de5823d
|
fixing layout
|
2010-10-18 17:42:07 -04:00 |
|
Brandon Aaron
|
946f9d72ca
|
Updates to textarea autogrow. Use keyUp event so that changes are reflected in the DOM (in theory), buffer the keyUp event (100ms), and use clientHeight instead of offsetHeight for a better comparison to scrollHeight. Fixes #4.
|
2010-10-18 15:51:49 -04:00 |
|
scottjehl
|
d21cac81e9
|
bad url. Fixes #197
|
2010-10-18 13:48:00 -04:00 |
|
scottjehl
|
f8524f2e0c
|
Rolling back changes from commit #ea4db95b3c4d296c2719 as it didn't accommodate controlgroups used in radios/checkboxes. Further testing needed on those.
|
2010-10-18 12:44:44 -04:00 |
|
scottjehl
|
c282234548
|
Make sure mailto links do not get picked up by ajaxClick functionality. Fixes #206
|
2010-10-18 12:13:02 -04:00 |
|
scottjehl
|
b83ed3ff68
|
Set header/footers to display: block for use case where HTML5 header/footer are used. Fixes #224
|
2010-10-18 11:55:25 -04:00 |
|
imjoshdean
|
ea4db95b3c
|
flipClasses would not work properly when there is only one list-divider at the top or bottom. Now works properly in any case.
|
2010-10-17 23:02:25 -07:00 |
|
Burin Asavesna
|
3d224c3877
|
fix minor typos on doc-pages.html
|
2010-10-18 13:05:37 +08:00 |
|
John Resig
|
d6a8036618
|
Tagging the 1.0a1 release.
|
2010-10-16 07:41:16 -04:00 |
|
John Resig
|
2bf2373514
|
Setting the version to 1.0a1pre.
|
2010-10-16 00:59:42 -04:00 |
|
John Resig
|
b8014ad66a
|
Merge branch 'master' of github.com:jquery/jquery-mobile
|
2010-10-16 00:59:15 -04:00 |
|
Jordan Dobson
|
bf5bc982b4
|
Merge branch 'master' of github.com:jquery/jquery-mobile
|
2010-10-15 21:34:35 -07:00 |
|
Jordan Dobson
|
46041cd464
|
adjusted orange and updated dialog icon
|
2010-10-15 21:34:23 -07:00 |
|
John Resig
|
49d8ad2c32
|
Hmm, that didn't change things. Will have to play with it more, later.
|
2010-10-16 00:07:33 -04:00 |
|