Commit graph

2966 commits

Author SHA1 Message Date
toddparker
a7abcfef59 Switched to .selector for sample code. 2011-08-03 14:19:07 -04:00
toddparker
35b174fa31 Merge remote branch 'origin/master' 2011-08-03 14:17:40 -04:00
toddparker
bee8ac2226 Improved sample code. 2011-08-03 14:17:29 -04:00
gseguin
cce89cb91d Merge remote-tracking branch 'upstream/master' 2011-08-03 11:16:20 -07:00
gseguin
6da588c394 Coding standards 2011-08-03 11:15:03 -07:00
toddparker
584e2931b4 Fixed typos 2011-08-03 14:06:57 -04:00
toddparker
e9114f8c34 Merge remote branch 'origin/master' 2011-08-03 14:02:39 -04:00
toddparker
bd36fd6f91 Updated boilerplates to beta 2 2011-08-03 14:02:24 -04:00
toddparker
6ab7e118c6 Beta 2 flag 2011-08-03 14:02:10 -04:00
scottjehl
55b0fe304a Merge remote branch 'origin/master' 2011-08-03 13:42:24 -04:00
scottjehl
a362a782fa Changed the collapsible cleanup in our docs JS to use click instead of vclick 2011-08-03 13:41:12 -04:00
Todd Parker
6c08d64ccd Merge pull request #2199 from rwldrn/jquery.mobile.support.js
Core Style Conformance updates; jquery.mobile.support.js. Thanks rwldrn!
2011-08-03 10:27:42 -07:00
Rick Waldron
953f0cdf97 Core Style Conformance updates; jquery.mobile.support.js 2011-08-03 13:19:53 -04:00
scottjehl
a48128f9a3 wrapped in parens for clarity 2011-08-03 12:15:04 -04:00
scottjehl
4c01267306 Moving this call to setDefaultTransition to run at DOM ready, because calling it earlier triggers an error in jQuery core, based on logic in dimensions.js that assumes document.body is defined. I've added a pull request to fix the issue in jQuery core, but for our purposes, this change allows us to work without the fix. 2011-08-03 12:15:04 -04:00
scottjehl
d42db4d4ee This change moves the ajax navigation opt-out list (which contains, mainly, browsers that have broken history tracking of hash changes) over to the support.js file, and added a multi-tierd Nokia condition that checks a number of UA conditions to try and pinpoint Nokia + Symbian + Webkit + 7.3-or-older. Big thanks to Bryan and Stephanie at Yiibu for their helpful article on Nokia device detection. That said, we would LOVE to find a non-UA based way to handle this detection. Reluctantly, this seems to do what we need at the moment, while assuming hash history will be improved in any post-7.3 release.
Also included in this commit is a Nokia-specific condition that re-appends existing stylesheets to force them to render, as all pre-7.3 devices we tested would not render the CSS if it was referenced before the JavaScript (as we'd recommend doing). There may be a non-JS way to work around this problem, but for now, this seems to do the trick.
2011-08-03 12:15:04 -04:00
toddparker
b77bf47d1d Minor tweaks. 2011-08-03 12:13:04 -04:00
toddparker
5b73f452f2 Fixed a few issues in the content. 2011-08-03 10:31:57 -04:00
toddparker
6b77c01553 Updated supported platforms, intro and features for beta 2 prep. 2011-08-03 10:11:06 -04:00
toddparker
ac30c121c7 Added docs for the scroll thresholds and virtual mouse events. 2011-08-03 10:10:43 -04:00
toddparker
012ce48e6f Added new scripting page to provide a quick overview of common techniques, updated local nav for all other pages. 2011-08-03 10:10:18 -04:00
Todd Parker
bdbb0f90c2 Merge pull request #2176 from ovargas27/master
Checkbox - new API docs format. Thanks ovargas27!
2011-08-02 09:57:04 -07:00
Scott Jehl
b7a19b604c Merge pull request #2184 from rwldrn/jquery.mobile.fixHeaderFooter.js
Core Style Conformance updates; jquery.mobile.fixHeaderFooter.js
2011-08-02 07:24:08 -07:00
John Bender
f1d964e9e9 fix for cached page removal breaking dialog sized select menus Fixes #2181 2011-08-01 18:08:28 -07:00
John Bender
f7d5d918ae fixes for select tests and tests to cover basic functionality for new cached pages and select dialogs 2011-08-01 18:08:28 -07:00
Rick Waldron
627b9189d6 Core Style Conformance updates; jquery.mobile.fixHeaderFooter.js 2011-08-01 18:34:49 -04:00
Todd Parker
d958983e5b Merge pull request #2179 from defeated/docs-errata
fixed typo: swatch E identifying as swatch D. Thanks defeated!
2011-07-31 18:46:20 -07:00
eddie cianci
1410e03601 fixed typo: swatch E identifying as swatch D 2011-07-31 21:25:38 -04:00
scottjehl
faf26d8f6d namespaced $.fixedToolbars to $.mobile. Kept a deprecated pointer to $.fixedToolbars that we'll want to remove later. This feature can now be documented. Addresses Issue #2024 2011-07-31 20:35:18 -04:00
scottjehl
f020f0661b documented the loadPage method's loadMsgDelay option. 2011-07-31 10:08:38 -04:00
scottjehl
ee17b4f05c Ensure that navigating backwards through dialogs works as expected when domCache is false (which is the default now). 2011-07-31 10:03:22 -04:00
scottjehl
be74405b49 Added a configurable timeout to $.mobile.loadPage to give pages that are being fetched from cache a little time to load before a loading message appears. We'll need to tweak this timer based on device testing to determine how long it takes on average to fetch a cached page. If the delay ends up needing to be longer than 300ms or so to suit some devices, it's probably not worth having this feature at all. 2011-07-30 08:33:04 -04:00
scottjehl
bdba60efd5 removed urlHistory references to (and use of) each entry's "page" property, which kept a reference to the DOM elements of each page that had been loaded. This fixes leaking memory on removed pages, and outsources page requests to the browser cache (for real this time :) ). 2011-07-29 19:51:17 -04:00
scottjehl
5c01f3f1e5 fixed dead links 2011-07-29 19:46:19 -04:00
Omar Vargas
0729d25ad8 Checkbox with new API docs format 2011-07-29 17:37:57 -05:00
Todd Parker
2aad1bf345 Merge pull request #2175 from ovargas27/master
Radio  button - new API docs format. Thanks ovargas27!
2011-07-29 14:40:27 -07:00
toddparker
1c136582ac Added an H2 2011-07-29 17:34:18 -04:00
toddparker
8d496b782e Page title fixes 2011-07-29 17:33:08 -04:00
toddparker
30fb05c162 Merge remote branch 'origin/master' 2011-07-29 17:30:46 -04:00
toddparker
264e71522d Re-vamp of pages docs section to add new features, better organization 2011-07-29 17:29:31 -04:00
Omar Vargas
06f57b35a1 Radio input with new API docs format 2011-07-29 15:59:06 -05:00
scottjehl
aeaa0f7845 added unit test verifying that the domCache page option can be set globally via $.mobile.page.prototype.options.domCache = true; 2011-07-29 16:03:20 -04:00
John Bender
50acf2eb7c fix to use options defined on page widget to determing domCache settings 2011-07-29 12:55:40 -07:00
John Bender
7a6b28d398 added to to verify that the nested pages are preserved when the parent page is cached 2011-07-29 10:10:26 -07:00
John Bender
3dc9f975e6 fixed second test for page caching 2011-07-29 10:10:26 -07:00
John Bender
3f20eaa038 fixed nav test for new namespace and made the test order independent 2011-07-29 10:10:26 -07:00
John Bender
27b4ba1691 ajaxDomCaching -> domCache 2011-07-29 10:10:26 -07:00
John Bender
ded500f3b4 testing additions for listview core 2011-07-29 10:10:26 -07:00
John Bender
180243e9ad added a todo for the subpage tracking 2011-07-29 10:10:26 -07:00
John Bender
85114be097 use childPages method to abstract method for finding child pages, hopefully we can find something better than the url selector 2011-07-29 10:10:25 -07:00