Ghislain Seguin
9e935c31f6
Merge branch 'out-in-transition'
...
Conflicts:
css/structure/index.php
docs/_assets/js/jqm-docs.js
index.html
2012-01-12 09:56:48 -08:00
Mat Marquis
071b65f00d
Removed themeswitcher in docs.
2012-01-11 14:55:20 -05:00
scottjehl
c0f39a6c7f
don't append themeswitcher to the dialogs - updated now that the dialog markup changed
2012-01-11 22:01:23 +07:00
toddparker
d7f9cee654
Removed setDefaultTransition in docs.js
...
This isn't needed anymore.
2012-01-10 11:27:24 -05:00
scottjehl
41bc37990a
for now, removed any difference between framework transition defaults and the docs. We might want to bring this back and recommend it though - I'm not sure how easy it'll be to bring it in standard with the ability to configure.
2012-01-10 12:43:10 +07:00
Ghislain Seguin
f37f9c72b3
Fixed deps
2011-12-07 15:41:40 -08:00
John Bender
47cf8d61b1
remove chrome ref
2011-11-22 13:16:18 -08:00
John Bender
a4e09c8ad5
target the page through the event, simplify the href selection, account for ajax page loads
2011-11-22 10:36:24 -08:00
Eddie Monge
c787743a79
Add in more link rewrite test cases, and warning message
2011-11-22 10:36:24 -08:00
Eddie Monge
d64dd4fa2d
Allow unlimited sub-directory replacements
2011-11-22 10:36:24 -08:00
Eddie Monge
92e198c04c
Add check to see if ajax should be disabled
2011-11-22 10:36:24 -08:00
Eddie Monge
aa8b0b7cfd
Ajax should be disabled instead
2011-11-22 10:36:24 -08:00
Eddie Monge
3f522a2bce
Allow local browsing of the docs without a web server
2011-11-22 10:36:24 -08:00
scottjehl
a362a782fa
Changed the collapsible cleanup in our docs JS to use click instead of vclick
2011-08-03 13:41:12 -04:00
scottjehl
4c01267306
Moving this call to setDefaultTransition to run at DOM ready, because calling it earlier triggers an error in jQuery core, based on logic in dimensions.js that assumes document.body is defined. I've added a pull request to fix the issue in jQuery core, but for our purposes, this change allows us to work without the fix.
2011-08-03 12:15:04 -04:00
scottjehl
f3e35d49dd
more updates to the docs markup. getting close!
2011-06-20 18:53:55 -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
4cbbd7779a
docs design updates
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
06020201fc
fixed up the themeswitcher
2011-06-17 19:25:35 -04:00
scottjehl
1e01856f5d
updated to use namespace
2011-03-09 21:34:03 -05:00
scottjehl
77ac0f009a
a few more non-namespaced attrs to bring over
2011-03-09 21:03:40 -05:00
scottjehl
d183cc591f
applied data-jq- namespacing to all data attributes in docs
2011-03-09 20:53:02 -05:00
scottjehl
80d56e655b
Changed page navigation scripting to use data-url attributes instead of IDs for storing page URLs. This fixes a number of issues, most importantly #477 , which exposed a conflict between jQuery's selector engine that would result in un-enhanced pages whenever linking between two pages in the same directory.
...
The shift away from interal ID attribute usage also allows users to bind page events (pagecreate, pagebeforecreate) to a page div by its ID, which was a frequent cause of confusion when it didn't work as expected in former versions of the framework.
Seemingly unrelated: these commits allow you to specify data-role="dialog" in multipage and single page templates. In multipage templates, the role must be on the page (a link with data-rel alone will not work in multi-page). This addresses issue number 464, but may need further testing for obscure scenarios.
Fixes #477 (Pages are not enhanced when linking to a filename without a path)
Fixes #493 (Click the same link twice -> blank page)
Fixes #513 (closing dialog + returning to the same dialog)
Fixes #550 (changePage() not updating hash for internal pages - breaks )
Fixes #464 (Dialogs don't work within multi-pages)
Fixes #633 (Recent change to prevent same-page requests breaks select menu close button)
Fixes #599 (Page ids & page specific events)
Fixes #634 (After a bad page request, base url is not reset to current path)
booya.
2010-12-07 12:05:10 -05:00
scottjehl
f6dbe5554c
Welcome back, Valencia. Fixes #352
2010-11-04 18:50:43 -04:00
scottjehl
cb13c2f84a
updated to use new changePage function, which no longer has a "from" arg
2010-10-21 13:12:25 -04:00
scottjehl
a0b814e26a
moved appends over to use $.pageContainer
2010-10-20 12:09:03 -04:00
scottjehl
350d481ccc
don't add to navbars either, theme switchster
2010-10-15 19:14:43 -04:00
scottjehl
4abd7b14d2
ye olde theme switcher. appending to all pages now.
2010-10-15 18:03:17 -04:00
scottjehl
6cc749023e
renamed Dobson theme "Valencia"
2010-10-15 17:10:38 -04:00
scottjehl
4293bc50c9
new design for the top of the homepage. also, generated the themeswitcher link with js.
2010-10-14 21:56:51 -04:00