Tak Tran
|
80edfd9f15
|
Fixed up spelling mistake.
|
2011-07-12 16:48:40 -07:00 |
|
Todd Parker
|
6e6c06b8f2
|
Merge pull request #2028 from jgable/bug_2002
Fix #2002; updated -ms-filter style to match others. Thanks jgable!
|
2011-07-06 13:47:20 -07:00 |
|
blowsie
|
63bfcdcc39
|
Replaced Start tag (<div>) With End tag (</div>) in the example <code>
|
2011-07-06 02:17:53 -07:00 |
|
jacob4u2
|
f56d084aec
|
Fix #2002; updated -ms-filter style to match others
|
2011-07-05 17:25:03 -05:00 |
|
toddparker
|
30892bab4b
|
Updated the Anatomy of a Page code examples to include the meta viewport tag
Updated 2 code examples with suggested settings and added an explanation of the feature. Fixes #1991
|
2011-07-05 14:40:51 -04:00 |
|
Théophile Helleboid - chtitux
|
971a2a78ed
|
Fix a typo in the doc : H1 should be H6 in the h6 tag
|
2011-07-02 03:36:44 -07: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 |
|
jacob4u2
|
c24b4d813b
|
Typo in docs; if -> is, forms-select.html
|
2011-06-23 21:20:30 -05:00 |
|
toddparker
|
c81b8cc181
|
Removed duplicate entry for Opera Mini (5.0-6.0) under C grade. It's B grade folks.
|
2011-06-22 14:49:13 -04:00 |
|
toddparker
|
2a252d70f9
|
Language tweaks
|
2011-06-22 12:11:51 -04:00 |
|
toddparker
|
a9fc1e06f8
|
Moved collapsible sets (accordions) into a standalone page for better visibility, updated section nav on other pages and index page to link to it.
|
2011-06-22 12:01:13 -04:00 |
|
scottjehl
|
3e3a57401c
|
page is no longer in use.
|
2011-06-21 12:11:24 -04:00 |
|
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 |
|