jquery-mobile/js
scottjehl af585dc8c7 Added support for nested urls through the following additions:
1. added the $.mobile object, for storing public options used in core and other plugins that should be made configurable externally, somehow.

2. With this change comes the first property $.mobile: subPageUrlKey, which defaults to "ui-page" and becomes the URL parameter for denoting a generated sub-page of a particular URL. For example, you can now deep-link to sub-levels of a nested listview like this:
jquerymobile.com/test/#_listview.html&ui-page=listview-2

...in which "listview-2" refers to a generated page created by _listview.html when mobilize() runs on it.

Note that this &ui-page parameter is used for splitting the hash to find the right part to use for the ajax request for the real url (_listview.html), while the ID of the actual subpage div really uses the whole thing: "_listview.html&ui-page=listview-2".

The other idea is that after the "&ui-page=" part, plugins should use an ID that reflects their widget name. For example, &ui-page=listview-2 or &ui-page=globalnav.

Before this change, subpages would use the whole hash without mentioning their parent page url, so you'd end up with blank pages if you hit refresh while viewing a generated sub-page.
2010-09-20 18:21:53 -04:00
..
jquery.js Updated to jQuery nightly. 2010-09-14 17:58:08 -04:00
jquery.min.js Updated to jQuery nightly. 2010-09-14 17:58:08 -04:00
jQuery.mobile.buttonMarkup.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.clickable.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.collapsible.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.controlGroup.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.dialog.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.event.js Added orientationchange special event. 2010-09-16 17:20:31 -04:00
jQuery.mobile.fieldContain.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.fixHeaderFooter.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.forms.ajaxform.js renamed autoform to ajaxform. All dependencies that use it are updated. 2010-09-20 10:47:49 -04:00
jQuery.mobile.forms.button.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.forms.checkboxradio.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.forms.expandable.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.forms.select.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.forms.textinput.js added search icon 2010-09-19 19:03:16 -04:00
jQuery.mobile.globalnav.js edited globalnav expanded button styles 2010-09-19 12:07:49 -04:00
jQuery.mobile.grid.js added new grid plugin for adding classes to create flexible column layouts. 2010-09-19 08:14:48 -04:00
jQuery.mobile.hashchange.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.js Added support for nested urls through the following additions: 2010-09-20 18:21:53 -04:00
jQuery.mobile.listview.js removed a couple brackets in attr() methods. 2010-09-18 11:47:07 -04:00
jQuery.mobile.support.js added support property for cssPseudoElement. Test will allow plugins to use CSS generated content while providing a fallback for cases where it's unsupported. 2010-09-18 08:18:53 -04:00
manifest.php renamed autoform to ajaxform. All dependencies that use it are updated. 2010-09-20 10:47:49 -04:00