jasonlcrane
1a8b56aa54
Fix typo in pushState plugin description, link to form submissions docs.
2011-11-08 21:41:26 +00:00
Todd Parker
2b618a1215
Added docs for dialog overlay attr, created a demo page to show this in action
2011-11-07 22:29:06 -05:00
toddparker
cdf1d2cc94
Added info on URL passing between pages to scripting and Ajax nav pages
2011-11-02 18:19:26 -04:00
Charlie Collins
c384f89163
Change usage of "the JQuery Mobile" that was repeated several times in one sentence. Also, tried to fix other typos seen on the live site (docuemnt, for example), but they appear to already be correct in source.
2011-11-01 19:05:34 -03:00
Jake Boone
7ada7ba0f1
Grammar correction
2011-10-27 14:53:45 -04:00
John Bender
250316274b
change the credit link to the comment with the snippet
2011-10-27 11:38:34 -07:00
John Bender
4829928ca1
add documentation around application cache issues and a suggested workaround
2011-10-27 11:26:47 -07:00
Ghislain Seguin
a78fce4399
Merge pull request #2767 from easymovet/patch-1
...
Corrected .delegate() syntax for 'pagecreate' code example
2011-10-21 16:33:11 -07:00
Maurice Gottlieb
6eb8e7dfaa
docs: some corrections at Pages & Dialogs / Anatomy of a Page
2011-10-21 00:14:21 +03:00
Maurice Gottlieb
6f400e87cf
docs: tiny typo at Pages & Dialogs / Page titles
2011-10-20 23:35:37 +03:00
Riaz
f5c03cebd6
Corrected delegate syntax for 'pagecreate' code example
2011-10-20 12:09:11 -05:00
toddparker
57ee9838c4
Updated files for RC2
...
Added RC2 banner, updated anatomy of a page and page templates to point
to RC2. Updated platform page for RC2 too.
2011-10-19 13:53:46 -04:00
Mat Marquis
bb7039c622
Updated docs in reference to issue #2729 .
2011-10-18 14:45:31 -04:00
Todd Parker
575f4f350a
Merge pull request #2728 from eddiemonge/issue_2700
...
Issue 2700: CSS Restructure to create a /css/ folder and a /structure/ and /theme/ folder inside for better organization. Thanks eddiemonge!
2011-10-17 15:00:51 -07:00
toddparker
6f67f421bb
Added data-ajax="false" attribute to the link leading to the multi-page template
...
Loading a multipage doc into the dom was causing issues (of course) so
I fixed this up.
2011-10-17 17:34:25 -04:00
Eddie Monge
8bc5e42fb3
2700: Step 5 Update all doc references
2011-10-17 13:51:45 -07:00
toddparker
1d81e4f28e
Added a note about disabling pushState in the "linking pages" section, cleaned up language.
2011-10-11 10:51:22 -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
a589da3936
added 'known issues' bullet for (push|replace)State
2011-10-07 17:11:30 -07:00
John Bender
cddd16a02b
added warning to documentation for (push|replace)State plugin pertaining to external link issues
2011-10-07 16:03:28 -07:00
John Bender
479585e1ff
whitespace in navmodel docs
2011-10-07 16:03:28 -07:00
scottjehl
dc90ef39f6
clarified some of the points on scripting pages
2011-10-07 10:58:34 -04:00
gseguin
7106078f87
Fix for #2592
2011-10-03 09:19:44 -07:00
scottjehl
ce1e464275
adjusted the presentation of the left nav and footer for the docs
2011-09-29 16:35:31 -04:00
toddparker
5c7a802d23
Updated dependencies in templates to point to 1.0rc1 and 1.6.4
2011-09-29 14:28:12 -04:00
Kin Blas
b2dad0ea05
Updated the $.mobile.loadPage() sample in the pre-fetch section so that it passes in the showLoadMsg:false option to prevent the ajax loading message from popping up.
2011-09-29 09:23:39 -07:00
maggiewachs
deec3340f2
updated navigation links for the text inputs and slider
2011-09-28 11:01:20 -04:00
toddparker
a9eaf1bb44
Tweaked into for data-url info, thanks @kinblas
2011-09-21 15:20:11 -04:00
toddparker
877b323c7f
Added info on the data-url param rules.
2011-09-21 15:04:07 -04:00
Kin Blas
9b0bf5252d
Removed deprecated "beforechangepage", "changepage", and "changepagefailed" event references in preparation for jQM 1.0 release.
...
Updated the unit tests to use "pagechange" event instead of "changepage".
2011-09-20 16:59:30 -07:00
Kin Blas
cac203291e
Switched the sample-reuse-page-external.html sample over to calling a PHP script that supplies JSON data when called via XHR, or HTML when called directly.
2011-09-14 18:19:46 -07:00
John Resig
0b83cf8d60
Tweak some more stylesheet formatting.
2011-09-08 21:35:28 -04:00
John Resig
dc8f8e7103
Fix whitespace in headers for the build script.
2011-09-08 21:14:03 -04:00
Kin Blas
bdbb1bcc7e
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-08 13:48:01 -07:00
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
toddparker
7942e3333d
Merge remote branch 'origin/master'
2011-09-08 16:01:00 -04:00
toddparker
7d2b6f839b
Updated docs for beta 3
2011-09-08 16:00:54 -04: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
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
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
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
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
Richard D. Worth
a5a608c2e5
Fixed a typo. Thanks gregmelson http://bugs.jqueryui.com/ticket/7660
2011-08-22 07:49:33 -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
bd36fd6f91
Updated boilerplates to beta 2
2011-08-03 14:02:24 -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
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
eddie cianci
1410e03601
fixed typo: swatch E identifying as swatch D
2011-07-31 21:25:38 -04:00
scottjehl
5c01f3f1e5
fixed dead links
2011-07-29 19:46:19 -04: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
264e71522d
Re-vamp of pages docs section to add new features, better organization
2011-07-29 17:29:31 -04:00
scottjehl
8e354a06c5
typo in docs
2011-07-17 17:04:11 -04:00
toddparker
edee8c42b3
Merge remote branch 'origin/master'
2011-07-15 17:04:33 -04:00
toddparker
6b8f322c66
Updated the single and multi-page templates to use the CDN version and have better design/content. Linked to these from the index page so they are more accessible too.
2011-07-15 17:02:25 -04:00
scottjehl
098687ae63
added documentation for data-prefetch
2011-07-15 13:22:13 -04: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
scottjehl
3e3a57401c
page is no longer in use.
2011-06-21 12:11:24 -04:00
scottjehl
52575bb5cb
updated versions in sample code
2011-06-20 19:01:50 -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
74b001f62e
linked up js docs references properly
2011-06-20 18:53: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
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
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
cwt137
357b87fab9
Corrects comment that was wrong. Changes "header" to "footer". Fixes bug #1480
2011-04-19 22:00:25 -07:00
toddparker
fb8ef84434
Fixed a typo, thanks Steven.
2011-04-18 17:35:27 -07:00
toddparker
cdd8b745ca
Added documentation on the auto-updating title and data-attr in the anatomy of a page.
2011-04-18 14:51:48 -07:00
scottjehl
d97a964884
been meaning to do this for a while.
2011-04-14 16:04:47 -04:00
scottjehl
5c1953f5cd
set version to 1.0a4.1
2011-04-07 16:55:05 -04:00
scottjehl
198cb1420d
updated some a3 links. DOH!
2011-03-31 19:08:45 -04:00
toddparker
db3a57975b
Updated to A4 and 1.5.2
2011-03-31 18:38:34 -04:00
toddparker
37a54cb2b0
Removed outdated phone link styles
2011-03-31 18:35:48 -04:00
John Bender
bb7ab45a19
small whitespace fix, removed the data-rel=back from two buttons in the docs as it takes precendence over the href
2011-03-31 14:39:34 -07:00
scottjehl
91109ebbd0
better page titles
2011-03-31 12:56:47 -04:00
scottjehl
b77e04e7c4
Merge remote branch 'origin/master'
2011-03-30 22:53:55 -04:00
scottjehl
5d93d53090
removed the cdn hotlinks - local is best for testing. Also added a link to test Bender's new fix - works fantastic.
2011-03-30 22:53:46 -04:00
toddparker
e9e7a78e99
Fixed a minor grammatical error in the pages docs.
2011-03-30 22:31:18 -04:00
scottjehl
bb9921a9f4
Merge remote branch 'origin/master'
...
Conflicts:
docs/pages/docs-link-scenarios.html
2011-03-28 16:37:58 -04:00
scottjehl
1a2a85773b
fixed a bad path
2011-03-28 16:07:19 -04:00
scottjehl
bc005fe18d
page isn't in use. covered by link-formats.html
2011-03-28 16:07:09 -04:00
toddparker
50717094ad
Removed section on non-ajax dialogs, not supported yet.
2011-03-28 15:42:53 -04:00
scottjehl
4011cf684e
added a bigger select example to the demo
2011-03-27 15:56:48 -04:00