scottjehl
a9fae15c88
woops. missed a couple. done now.
2011-06-20 19:17:49 -04:00
scottjehl
7d8d249280
small docs adjustment
2011-06-20 19:04:58 -04:00
scottjehl
52575bb5cb
updated versions in sample code
2011-06-20 19:01:50 -04:00
scottjehl
4c6f3fb5c8
couple more docs markup updates
2011-06-20 18:59:32 -04: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
579f418c2e
updated the rest of the navs to be local to their section.
2011-06-20 18:53:54 -04:00
scottjehl
ebf9bd8535
added navigation components to most docs pages
2011-06-20 18:53:54 -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
a1785b0574
more docs updates
2011-06-20 18:53:53 -04:00
scottjehl
46622fde58
more updates to docs
2011-06-20 18:53:53 -04:00
scottjehl
4cbbd7779a
docs design updates
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
toddparker
4000afe720
A few tweaks to the supported patform page to add details.
2011-06-20 14:55:39 -04:00
toddparker
7a5c8b7e62
Re-vamped supported platform page to match the latest Beta 1 blog post. Added desktop browsers to the list.
2011-06-20 13:04:18 -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
scottjehl
9ab7817b5b
native forms example page was missing a meta viewport.
2011-06-18 08:16:49 -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
06020201fc
fixed up the themeswitcher
2011-06-17 19:25:35 -04: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
toddparker
849c533839
Fixed page title
2011-06-17 18:46:04 -04:00
toddparker
101d40e7f2
Removed beta support block
2011-06-17 18:45:19 -04:00
toddparker
79391e8d66
Updated supported browser info for beta.
2011-06-17 18:43:58 -04:00
toddparker
82d66252ad
Updated support platform list to match beta 1
2011-06-17 18:40:54 -04:00
toddparker
b3aa56582c
Added a warning about the use of the flip transition on Android.
2011-06-17 16:37:28 -04:00
Kin Blas
29df5c6a3c
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-06-17 12:30:31 -07:00
Kin Blas
93d3551f9c
Documenting $.mobile.path.parseUrl().
2011-06-17 12:29:50 -07:00
scottjehl
b787ef1015
Updated documentation for theming the list view filter search box. (cherry-picking from commit b39dab88d8567ddc40f87eca718e12d29cbd4df7)
...
Credit to @adamvaughan for this change.
2011-06-17 01:32:50 -04:00
scottjehl
d2a6397983
added list filterTheme option. Available as data attribute data-filter-theme on listviews with filters enabled. Fixes #1790 - List view filter can not be themed.
...
Thanks for the idea @adamvaughan! Docs update coming next.
2011-06-17 00:59:17 -04:00
scottjehl
e06ae4a5b9
rolled back the change to looking up list filter placeholders. Seems to work fine as it was originally. Added a custom placeholder to the listview filter with headings demo page.
2011-06-16 23:47:04 -04: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
Luke Young
48dac50dad
Fixed typo in docs/buttons/buttons-themes.html (was "d" when it should be "e")
2011-06-12 12:13:33 -07:00
Scott Jehl
32d7fca682
Merge pull request #1685 from StevenBlack/NixDatepicker
...
Per discussions last week: removal of the experimental jQuery-UI-based Datepicker. Code can be found here: https://github.com/filamentgroup/jQuery-Mobile-Themed-DatePicker
2011-05-24 15:53:44 -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
368d3e55b4
Merge branch 'master' into navigation
2011-05-23 17:00:32 -07:00
Steven Black
f2ad4e5fe2
Per discussions last week about the removal of the experimental jQuery-ui Datepicker.
...
* docs/forms/index.html: Removed reference to the jQuery-UI Datepicker which is too heavy for mobile.
* experiments/ui-datepicker folder: deleted since it is no longer referenced.
Signed-off-by: Steven Black <steveb@stevenblack.com>
2011-05-21 22:06:39 -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
cwt137
2a5badd14d
Adds missing button in toolbar theming example. Fixes issue #1674
2011-05-20 06:27:52 -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
toddparker
a5960dea26
Closed missing </head> tag. Must have been a greedy find and replace that deleted this.
2011-05-12 11:09:59 -04:00
scottjehl
28ef60afe2
added deprecated message for media helpers
2011-05-11 18:31:13 +02:00
toddparker
51908bdaeb
Updated the radiobutton page to fix the sample code that showed two data-role attributes on a single element.
2011-04-28 17:29:37 -04:00