Kin Blas
675657f877
Added an index page for the dynamic-samples directory and linked to it from the age-dynamic.html page.
2011-09-08 13:46:18 -07:00
Kin Blas
92699e0011
Merge branch 'master' into data-driven-with-fallback
2011-09-08 13:38:06 -07:00
Kin Blas
b3ce277152
Moved scottjehl's modified sample to a new file (sample-reuse-page-external.html) and restored the original code in sample-reuse-page.html.
2011-09-08 13:35:42 -07:00
scottjehl
6e0912f3b5
progress towards making this demo work with urls that represent server resources
2011-09-08 15:58:53 -04:00
Kin Blas
f894d4704b
Adding links to page-dynamic.html to all menus.
2011-09-08 12:34:48 -07:00
Kin Blas
95f1d5c6df
Fixed the broken sample link.
2011-09-08 12:03:43 -07:00
Kin Blas
4a5b804df9
Added more content.
2011-09-08 12:00:57 -07:00
Kin Blas
889d4b5acf
Corrected a grammatical error in one of the sample comments.
2011-09-08 11:30:02 -07:00
Kin Blas
711a552bfb
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-08 11:27:26 -07:00
Kin Blas
64537fa8c0
Removed some debug code from sample-reuse-page.html.
...
Checking in the start of a doc that walks folks through how to use the pagebeforechange event to short-circuit default changePage() behavior.
2011-09-08 11:26:22 -07:00
scottjehl
82a9a5bb3f
documented the new touchOverflowEnabled configuration property.
2011-09-08 13:33:26 -04:00
scottjehl
b645781f4d
implemented native overflow scrolling based on support for -[prefix]-overflow-scrolling: touch. True fixed headers and footers come supported as well.
2011-09-08 12:38:50 -04:00
scottjehl
bb4e1ca275
removed image dimensions in demo page
2011-09-08 12:38:50 -04:00
scottjehl
6333be5ddf
changed the docs bg image so it doesn't act fixed in iOS5
2011-09-08 12:38:50 -04:00
Kin Blas
fcbd4c3030
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-08 09:24:16 -07:00
Kin Blas
78041bc7c9
Added path.isFirstPageUrl() which is now called from loadPage() when trying to determine if the URL being loaded refers to a page that is already in the DOM. This will prevent us from duplicating the first-page in the main application document.
...
Also checking in the first example of how to use the pagebeforechange notification to allow for dynamically updating and re-using a page that is already in the DOM.
2011-09-08 09:21:31 -07:00
toddparker
557da74be0
Fixed typo in button state active default docs. Closes #2403 . Thanks jasonrsavino!
2011-09-08 11:30:42 -04:00
toddparker
fb1c8bee81
Added a non-adax form submit example. Improved the styling of the forms and confirmation pages.
2011-09-08 10:58:23 -04:00
Matt Doyle
5832890185
Docs: Cleaned up "Prefetching & caching pages" page
...
Renamed page for consistency and edited/clarified page content
2011-09-01 16:52:48 +10:00
lagartoflojo
6528c09ab3
Small typo fix
2011-08-30 02:31:31 -03:00
scottjehl
d63350ca6c
set initial page div's data-url to location.pathname unless it has an ID on it. This fixes an issue where going back to the initial page will end up generating a new homepage rather than transitioning to the one already in the dom.
2011-08-28 00:06:27 -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
scottjehl
50aca4e613
Links to the transitions page need to use data-ajax="false" because it uses multipage.
2011-08-26 20:07:38 -04:00
toddparker
66fb6bba2f
Moved the transition sampler page to a multi-page format to avoid the loader every time you want to try a transition. Leaving the old page here for now because we may link to it elsewhere.
2011-08-26 17:00:44 -04:00
toddparker
01f61cfd54
Removed prefetch. Can't use that on a dialog.
2011-08-26 16:58:16 -04:00
toddparker
cd5cb16fe1
Added prefetch attr and fixed theme tags in markup for dialogs
2011-08-26 16:53:26 -04:00
John Bender
0346cbe439
added note on managing element id's in pages loaded via ajax
2011-08-26 09:15:47 -07:00
John Bender
9eef5cec53
added documentation covering the replaceState plugin
2011-08-26 09:15:23 -07:00
jacob4u2
cc5ff24500
Fix for small typo in collapsible-set docs page
2011-08-22 14:30:11 -05:00
Richard D. Worth
a5a608c2e5
Fixed a typo. Thanks gregmelson http://bugs.jqueryui.com/ticket/7660
2011-08-22 07:49:33 -04:00
maxrabin
b887fb9d59
Edited docs/about/features.html via GitHub
2011-08-19 23:33:18 +03:00
gseguin
3737d170a0
Merge remote-tracking branch 'upstream/master'
2011-08-17 13:29:07 -07:00
gseguin
63c94d954d
Added use of class ui-corner-none for France and United States in Icon list so the icons don't get rounded corners
2011-08-17 12:12:05 -07:00
Jacob Gable
0dc54d59a2
Fix for Split Button List dialog having no background and weird line from background image
2011-08-11 20:03:36 -05:00
Todd Parker
38368b6010
Merge pull request #2218 from caseyjustus/master
...
Added slider to api docs. Thanks caseyjustus!
2011-08-07 08:43:42 -07:00
Ghislain Seguin
b23d444c71
Merge pull request #2216 from johnbender/listview-filter-callback
...
Listview filter callback
2011-08-04 16:12:53 -07:00
John Bender
18887c95a0
updated docs to include information about the filter callback
2011-08-04 16:09:42 -07:00
toddparker
4c3ecdef47
Updated code to match the new style. We might drop this page once the more detailed API info is added to each plugin,
2011-08-04 17:23:42 -04:00
toddparker
570c13cb9c
Style block tweak.
2011-08-04 17:15:44 -04:00
toddparker
2d9e76d8e2
Added an intro blurb and more margin to separate the list headers.
2011-08-04 17:12:59 -04:00
toddparker
c2405448fd
Fixed a few broken links in the docs.
2011-08-04 15:23:51 -04:00
toddparker
37db803557
Removed back buttons.
2011-08-03 15:18:57 -04:00
toddparker
a23ab67e53
Another path tweak.
2011-08-03 14:25:52 -04:00
toddparker
35d2366946
Fixed CSS paths. Closes #2201
2011-08-03 14:21:29 -04:00
toddparker
a7abcfef59
Switched to .selector for sample code.
2011-08-03 14:19:07 -04:00
toddparker
bee8ac2226
Improved sample code.
2011-08-03 14:17:29 -04: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