toddparker
fbec0e3520
Added config test page for jQuery core 1.8B1
2011-10-13 15:46:55 -04:00
toddparker
9fd7c160ef
Created a set of static global config test pages
...
This will make it easy to quickly test key settings by going to:
jquerymobile.com/test/config
This is a bit fragile because refreshing or hitting a link with
rel=external or ajax=false will lose the setting.
2011-10-13 13:59:10 -04:00
toddparker
38e77e5c80
Updated docs to clarify the replaceState known issues and to add docs on the pushStateEnabled option
2011-10-10 13:14:59 -04:00
John Bender
55e11dd8ea
update documentation to highlight timing issues with orientationchange
2011-10-04 13:31:29 -07:00
toddparker
b483eebc78
Added links to bar and content block examples.
2011-10-03 17:22:39 -04:00
scottjehl
ce1e464275
adjusted the presentation of the left nav and footer for the docs
2011-09-29 16:35:31 -04:00
scottjehl
de40dac5dc
added reference to Respond.js polyfill for those using CSS3 Media Queries.
2011-09-29 14:52:59 -04:00
scottjehl
e29346daf5
Merge remote branch 'origin/master'
2011-09-29 14:47:24 -04:00
scottjehl
a93c4878aa
removed media classes JS - deprecated since Beta 1. Use CSS3 Media Queries with a polyfill instead :) Docs are updated to link to old code in case anyone still needs a backwards-port
2011-09-29 14:47:05 -04:00
Kin Blas
f6b2a9c700
Added additional verbage to the virtual mouse events section.
2011-09-29 00:31:02 -07:00
Kin Blas
405db8efa2
Added documentation for page change and remove event notifications.
2011-09-28 23:40:37 -07:00
Kin Blas
91de92f627
First pass attempt at documenting the pagebeforeload, pageload, and pageloadfailed events.
2011-09-28 14:50:01 -07:00
Kin Blas
016b415027
Updated and alphabetically re-ordered the options for changePage() and loadPage().
2011-09-28 13:23:51 -07:00
Robert Gregor
a41c2ce8d1
fixed typos and added @deprecated note to the $.mobile.addResolutionBreakpoints method
2011-09-24 17:31:35 -03:00
John Bender
265ffb68e4
update docs to reflect pagecreate -> pageinit migration with examples of when to use either
2011-09-16 10:24:14 -07:00
gseguin
dbab6c06f7
Fix for issue #2455
...
Updated doc
2011-09-16 09:18:00 -07:00
gseguin
a0ca22ae3d
Changed behavior of .jqmData() only when called with no argument. It now returns undefined as per discussion on #jquerymobile-dev
2011-09-16 09:12:25 -07:00
John Resig
0b83cf8d60
Tweak some more stylesheet formatting.
2011-09-08 21:35:28 -04:00
scottjehl
82a9a5bb3f
documented the new touchOverflowEnabled configuration property.
2011-09-08 13:33:26 -04:00
toddparker
557da74be0
Fixed typo in button state active default docs. Closes #2403 . Thanks jasonrsavino!
2011-09-08 11:30:42 -04:00
scottjehl
6de76168af
Clarified the documentation around the purpose of the pagebeforecreate event and removed the pagebeforecreate return value check, as returning beforecreate false is no longer relevant now that all plugins auto-init externally, rather than inline in the page plugin.
2011-08-27 11:26:16 -04:00
toddparker
ac30c121c7
Added docs for the scroll thresholds and virtual mouse events.
2011-08-03 10:10:43 -04:00
scottjehl
f020f0661b
documented the loadPage method's loadMsgDelay option.
2011-07-31 10:08:38 -04:00
toddparker
433f9af612
Updated markup to match the new API styles
2011-07-28 16:41:02 -04:00
toddparker
aac698520e
Added clearer messaging about dom ready and how to use pagecreate instead.
2011-07-28 16:26:34 -04:00
scottjehl
30c94575c2
updated docs to include autoInitializePage option. Fixes #1391
2011-07-24 22:21:16 -04:00
scottjehl
3dd495588b
removed the nonHistorySelectors option, which was no longer in use after the nav refactor.
2011-07-15 11:50:26 -04:00
Kin Blas
2b51355656
Switch back to processing link clicks on the "click" event. It really is the only reliable way across all the devices we support.
...
Also, remove all references to useFastClick.
2011-06-29 17:38:00 -07:00
scottjehl
13a22e3eec
updated the footers in the new docs templates
2011-06-20 18:53:55 -04:00
scottjehl
f3e35d49dd
more updates to the docs markup. getting close!
2011-06-20 18:53:55 -04:00
scottjehl
6980110d32
updated header themes
2011-06-20 18:53:54 -04:00
scottjehl
85c1121680
update js references
2011-06-20 18:53:54 -04:00
scottjehl
74b001f62e
linked up js docs references properly
2011-06-20 18:53:54 -04:00
scottjehl
735ee926d3
more docs updates. moved to the green header, set default transition dynamically
2011-06-20 18:53:53 -04:00
scottjehl
c7a852938c
layout tweaks on the docs.
2011-06-20 18:53:53 -04:00
scottjehl
1e5441fd76
reworked the docs to better accommodate wide screens using a simple responsive layout. Tweaks forthcoming!
2011-06-20 18:53:53 -04:00
scottjehl
45a71ac499
Added global config option "useFastClick", so that the changes we made for automated ajax handling since A4 can be disabled if needed, for whatever reason. When handling clicks and taps automatically with Ajax, this option will use jQuery Mobile's <code>vclick</code> event, enabling page changes to happen slightly sooner on devices that support touch events, and keeping the address bar hidden during page transtions. When disabled, the automatied Ajax handling will use an ordinary <code>click</code> event instead. This option has no effect on non-touch devices, but when enabled, it may interfere with jQuery plugins that bind to click events rather than vclick events. Fixes #1857
2011-06-20 11:35:09 -04:00
Kin Blas
18d7b7902c
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-06-17 18:22:46 -07:00
Kin Blas
9f4ae3ba79
Documenting isSameDomain(), isRelativeUrl(), isAbsoluteUrl(), makePathAbsolute(), and makeUrlAbsolute().
2011-06-17 18:22:00 -07:00
scottjehl
fcbfc2f380
added minScrollBack feature to core options. This is the minimum scroll distance that will be jumped-to when returning to a page. By default, the distance is screen.height /2. If you really needed to disable scroll memory altogether, this could be set to Infinity. Note that disabling scroll memory altogether is almost never a good idea for usability, but the option is there.
2011-06-17 19:19:47 -04:00
Kin Blas
93d3551f9c
Documenting $.mobile.path.parseUrl().
2011-06-17 12:29:50 -07:00
Kin Blas
0ec7c3c54a
Changed the description of the role option for loadPage() and changePage() to reflect some changes to the default value I just checked in.
2011-06-16 15:18:42 -07:00
Kin Blas
ca4428c430
- Update changePage() documentation to match current implementation.
...
- Added entry for loadPage().
2011-06-15 13:58:08 -07:00
scottjehl
8929ac33b9
Removed the ajaxLinksEnabled and ajaxFormsEnabled settings. These were deprecated in a4 and scheduled for removal. Automated link and form ajax handling can still be globally disabled via the ajaxEnabled option.
2011-05-24 16:08:30 -04:00
Kin Blas
3c792c58f0
Merge branch 'master' into navigation
...
Fixed Conflicts:
js/jquery.mobile.init.js
js/jquery.mobile.navigation.js
2011-05-20 09:39:19 -07:00
scottjehl
e4336f38ae
changed the docs to represent the new auto back button default
2011-05-18 18:05:05 -04:00
scottjehl
8ba4c27300
Ya'll can scale your pages now. Fixes #1645 . Note: we originally disabled user zooming to work around a bug in iOS that automatically zooms the page beyond the constraints of the viewport on orientation change. We are not working around this bug at all now, but you are free to include any meta tag you'd like, or better yet, consider this polyfill: http://www.blog.highub.com/mobile-2/a-fix-for-iphone-viewport-scale-bug/
2011-05-17 17:28:19 -04:00
Kin Blas
b96310eedf
- Externalize some of the nested functions in changePage().
...
- Modified changePage() so that it can take an options object. Updated all references throughout the framework.
- Split $.mobile.pageLoading() into 2 functions $.mobile.show/hidePageLoadingMsg(). Updated docs accordingly.
- Renamed $.mobile.defaultTransition to $.mobie.defaultPageTransition. Updated docs accordingly.
- Added $.mobile.defaultDialogTransition so that it isn't hard coded in the changePage/transitionPages and select code.
- Hand integrated jquery.mobile.navigation.js checkins from master: 4b4ee54a , e775f5e8 , e597ccb3 , 084bbbd8 .
2011-05-16 16:02:26 -07:00
scottjehl
28ef60afe2
added deprecated message for media helpers
2011-05-11 18:31:13 +02:00
scottjehl
d97a964884
been meaning to do this for a while.
2011-04-14 16:04:47 -04:00