Commit graph

4331 commits

Author SHA1 Message Date
John Bender
c299a92c5f bumped version to 1.0.1 2012-01-26 13:06:30 -08:00
John Bender
b2e95c42a2 use jquery min for deploy build 2012-01-26 12:42:34 -08:00
John Bender
de54cfe5d0 Makefile whitespace 2012-01-26 12:42:34 -08:00
toddparker
2e051912b4 Updated code i getting started to 1.0.1 2012-01-25 14:36:15 -05:00
toddparker
85a0a00a3f Changed copyright to "2011-2012" on all files. 2012-01-25 14:10:41 -05:00
toddparker
1ebf12bd45 Upgraded supported browser page to newest into
Added Bada and UC browser, among others.
2012-01-25 13:42:34 -05:00
toddparker
f4c62d07db Updated version flag image to 1.0.1 2012-01-25 13:21:29 -05:00
toddparker
7c294ae6ff Updated code examples on the anatomy of a page from 1.0 to 1.0.1 2012-01-25 13:19:17 -05:00
toddparker
432ebfe041 Updated references from 1.0 to 1.0.1
Note: The CDN links will be broken until the release is tagged. That
means the page template files will look broken until then.
2012-01-25 13:15:41 -05:00
Mat Marquis
26c8cce23b Updated paths to JS and CSS. 2012-01-24 13:07:07 -05:00
Mat Marquis
93d89da06f A bit of new-fangled AMD code accidentally made it into 1.0 stable. 2012-01-23 23:35:00 -05:00
jblas@adobe.com
8303055687 Fix for issue #2933 - get_orientation() and hence getScreenHeight() doesn't work on some devices. 2012-01-23 23:13:51 -05:00
Mat Marquis
cfb6343fc9 Fixes #3238 — Seems markup structure was changed at some stage, making the ‘aria-hidden=true’ attribute a little over-reaching. Removed. 2012-01-23 22:51:23 -05:00
MaZderMind
fc9a93d9f9 fix position of searchbar in touchOverflow mode 2012-01-23 22:51:15 -05:00
toddparker
51d83fcc89 Tweaked fieldset border rules so field contains work with this element. Fixes #2448 2012-01-23 22:51:05 -05:00
Gabriel Schulhof
79957b436a [custom select] Use $(window).width() and not window.innerWidth - same for height 2012-01-23 22:50:57 -05:00
Garann Means
b370341504 Corrected fix for #3262 so it doesn't prevent buttons filling available space 2012-01-23 22:50:23 -05:00
Mat Marquis
a5e595f56d Added moz-prefixed transition for slider handle. 2012-01-23 17:28:09 -05:00
Ghislain Seguin
6fdf354aba Fixed closing p 2012-01-20 14:21:58 -08:00
Todd Parker
52e82450e8 Removed reference to data-role="dialog". Fixes #3294 2012-01-20 14:19:37 -08:00
jblas@adobe.com
fe77f78f95 Fix for issue #3305 - Confusing documentation about dataUrl in changePage
- Changed 'data-url' to 'dataUrl' to match actual implementation.
2012-01-20 14:18:10 -08:00
Chetan K Jain
8cc9834931 fixes #3400 2012-01-20 14:17:35 -08:00
Chetan K Jain
56c3f50281 data-id is not used in Pages and Dialogs 2012-01-20 14:13:08 -08:00
Anne-Gaelle Colom
b68827b824 added navbar 2012-01-20 14:12:49 -08:00
Jake Boone
63134e7f36 Move back button configuration options to Page section 2012-01-20 14:12:31 -08:00
John Bender
51e3199700 Revert "Update docs/forms/selects/options.html"
This reverts commit 6c1db9d63f.
2012-01-20 13:03:22 -08:00
Anne-Gaelle Colom
1c5567c6e6 Update docs/api/globalconfig.html 2012-01-20 12:58:59 -08:00
Anne-Gaelle Colom
dcc369426c Update docs/api/data-attributes.html 2012-01-20 12:58:33 -08:00
Anne-Gaelle Colom
669eac4254 Update docs/forms/selects/index.html 2012-01-20 12:58:16 -08:00
Anne-Gaelle Colom
6c1db9d63f Update docs/forms/selects/options.html 2012-01-20 12:52:05 -08:00
Anne-Gaelle Colom
1c42314ecd Update docs/api/data-attributes.html 2012-01-20 12:51:52 -08:00
Chetan K Jain
514f3b6786 Update docs/pages/page-anatomy.html 2012-01-20 12:46:39 -08:00
Chetan K Jain
230644aa98 Update docs/about/getting-started.html 2012-01-20 12:46:28 -08:00
Josh Dean
b1c6c4cd3f Added test for issue #3141 2012-01-19 09:35:38 -08:00
Josh Dean
57ac32ffc6 Update to buttonMarkup to use appropriate data selector 2012-01-19 09:27:31 -08:00
Josh Dean
87db1cf5de Fix to #3351, dialogs reopening when attempting to close them 2012-01-18 16:10:48 -08:00
Josh Dean
7a78822886 Prevent inputs with unnecessary data-role button from being double enhanced 2012-01-18 16:08:20 -08:00
Ghislain Seguin
8cc4ea393b Removed unused var 2012-01-18 14:55:44 -08:00
Garann Means
f0849afac6 fixes #3141 - redirect from button() and buttonMarkup() to correct function for element 2012-01-18 14:48:26 -08:00
John Bender
26c1d8e56e use the first dialog in a document as a page when no pages exist Fixes #3275 2012-01-13 10:56:31 -08:00
John Bender
0f62e963a0 add test to confirm that a document containing only a dialog with no pages will load the dialog as a page 2012-01-13 10:56:21 -08:00
Gabriele Rabbiosi
0a3e09c053 Substituted wrong semicolon with comma inside a list of variable
declaration
2011-12-20 08:17:42 -08:00
Maurice Gottlieb
397bf644f6 adding another role for custom multi select bubble counts 2011-12-19 13:24:19 -08:00
John Bender
ffbedd6c3a whitespace in select structure css 2011-12-19 13:22:37 -08:00
John Bender
93a1b47bde Merge branch 'issue-2234' into 1.0-stable 2011-12-15 16:43:11 -08:00
John Bender
33add3b033 test cross domain check helper 2011-12-13 17:39:34 -08:00
John Bender
36c9d3a86b centralize cross domain request check 2011-12-13 17:39:23 -08:00
John Bender
a679a6720a Merge branch 'issue_2234' of https://github.com/adrianpike/jquery-mobile into adrianpike-issue_2234 2011-12-13 15:33:58 -08:00
John Bender
2c5de9b709 Merge branch 'master' into 1.0-stable 2011-12-13 09:44:29 -08:00
Todd Parker
504582e02f Merge pull request #3251 from JFK99/master
Fix non reacting generated back buttons with touchOverflowEnabled. Fixes #3241. Thanks JFK99
2011-12-12 14:35:17 -08:00