scottjehl
0726fe484c
added search icon
2010-09-19 19:03:16 -04:00
scottjehl
51f3fa2e2b
default to no auto-submit events.
2010-09-19 19:02:21 -04:00
scottjehl
845549949c
don't add ui-body class to form
2010-09-19 18:37:51 -04:00
scottjehl
ee001d1338
added logic for applying different classes and behavior to search inputs
2010-09-19 18:34:50 -04:00
scottjehl
c16dee657b
new attribute: data-role="nojs" can be applied to any element that should be accessibly hidden from the page for A browsers.
2010-09-19 18:21:09 -04:00
scottjehl
02a76c3f48
added the auto-init for autoforms to mobilize function
2010-09-19 18:15:02 -04:00
scottjehl
cc58c6e0f5
added jQuery.mobile.forms.autoform.js to the manifest
2010-09-19 18:14:40 -04:00
scottjehl
5c3ab41cf3
adding autoform plugin
2010-09-19 18:12:36 -04:00
scottjehl
14436257f6
made sure ui-page class is only added if there's no closest('.ui-page') present on it during mobilize call
2010-09-19 18:11:39 -04:00
scottjehl
8c7205c3ad
added 4 functions to $ namespace for use in external plugins
2010-09-19 18:09:05 -04:00
scottjehl
0782029b12
made $.mobilize available for externals
2010-09-19 17:57:06 -04:00
scottjehl
a3c1a3a57f
uncommented line to fade in content after loading finishes
2010-09-19 15:21:28 -04:00
scottjehl
458e7b5d2f
edited globalnav expanded button styles
2010-09-19 12:07:49 -04:00
scottjehl
b351290a9c
modified manageglobalnav function to work based on a passed element argument
2010-09-19 11:10:02 -04:00
scottjehl
08f1ec9bf8
rewrite of globalnav plugin. Anything beyond 3 links auto-generates a "more..." button and creates a fully navigable, scrollable page with all the links in a grid view.
2010-09-19 10:51:21 -04:00
scottjehl
456d754a87
changed initial selector to find first page so it doesn't use ui-page class
2010-09-19 10:49:28 -04:00
scottjehl
843f5810ee
moved initial mobilize call after ID is set
2010-09-19 10:47:27 -04:00
scottjehl
12773bc925
changed to use classes for toggling globalnav visibility
2010-09-19 10:35:48 -04:00
scottjehl
c3d95d5fd0
changed to make sure mobilize is called on any pagechange (to accommodate generated globalnav pages. Made sure it can only be run once on a page.
...
also added manageGlobalnav function to show/hide globalnavs depending on whether the active page is an expanded globalnav.
2010-09-19 10:32:46 -04:00
scottjehl
682595628f
updated to use grid plugin for column layouts
2010-09-19 08:24:25 -04:00
scottjehl
b500be9657
added new grid plugin for adding classes to create flexible column layouts.
2010-09-19 08:14:48 -04:00
scottjehl
1c1dc1d94f
append globalnav to end of body after page change
2010-09-18 14:02:49 -04:00
scottjehl
f9f236fb8b
Big update:
...
In starting markup, pages should now be identified with the attribute data-role="page". This allows us to then add ui-page programatically, hiding all non-active pages, and apply ui-page-active to one page at a time to show it.
mobile.js is updated to find pages by this attribute now, instead of ui-page class.
fixes issue 32
2010-09-18 12:20:35 -04:00
scottjehl
d6e17cafdd
removed a couple brackets in attr() methods.
2010-09-18 11:47:07 -04:00
scottjehl
37f16c3022
undo that last change for binding swiperight to ui-page with live. Namespaced unbinding didn't seem to work.
2010-09-18 11:15:24 -04:00
scottjehl
36dba04c6b
changed automated swiperight binding to ui-page instead of body.
2010-09-18 11:12:50 -04:00
scottjehl
125cb6c156
changed globalnav logic to do the following:
...
- globalnav elements can now be included at the end of any ui-page div
- mobilize will create the globalnav when it finds one, append outside of ui-page to persist across pages
- when a new page is loaded that includes a globalnav, old globalnav will be replaced with the new one.
2010-09-18 10:55:37 -04:00
scottjehl
e016cfa6b7
make sure globalnav is only called once on a div
2010-09-18 10:44:46 -04:00
scottjehl
6fa401276a
renamed files with jQuery.mobile. prefixes
2010-09-18 09:59:33 -04:00
scottjehl
b14ae8bc16
added support for a JS fallback for auto-numbering in listviews made from OL elements. If supported, numbering is pure CSS, otherwise, the script will generate numbering.
...
In both the css and the js, the counters will restart whenever a list grouping header is encountered.
2010-09-18 08:21:51 -04:00
scottjehl
a1d69628c8
added support property for cssPseudoElement. Test will allow plugins to use CSS generated content while providing a fallback for cases where it's unsupported.
...
First use case is the auto-numbering of OL elements in the listview plugin.
2010-09-18 08:18:53 -04:00
scottjehl
bd1a5159d2
added support for auto-numbering in listviews made from OL elements.
...
Note: currently uses CSS :before gen content, so we'll need to test support for that. listview.js includes a JS fallback, currently commented out.
2010-09-18 07:42:10 -04:00
scottjehl
87e8fcf9b5
simplified tap binding to any list items that contain anchors
2010-09-18 07:14:36 -04:00
scottjehl
abef220bef
made some updates to fix support for globalnav plugin. Now you identify a globalnav with data-role="globalnav".
2010-09-17 18:44:55 -04:00
Scott González
fa04e2e661
Don't clear the pageTransition variable until after the hashchange.
2010-09-17 17:24:37 -04:00
Scott González
3961ce4754
Refactored page loading code.
2010-09-17 17:13:53 -04:00
Scott González
933ec027d7
Cache jQuery object instead of creating new objects for each call.
2010-09-17 17:11:48 -04:00
scottjehl
9f1a28ab70
auto-add the dark theme class to ui-page
2010-09-17 17:05:01 -04:00
scottjehl
bb56e1ea02
var wasnt being set globally. fixed now
2010-09-17 16:56:03 -04:00
scottjehl
d013b660d6
fixed some class issues
2010-09-17 16:55:30 -04:00
scottjehl
f14be1c1d3
updated to make sure both local and new pages get role updates from links.
2010-09-17 16:32:14 -04:00
scottjehl
1c8b7f959d
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-09-17 16:27:48 -04:00
scottjehl
7c5bc0148d
modified to allow for links to have a data-rel attribute, which specifies the role of the linked page (it sets data-role="FOO" on the linked page's ui-page div.
...
This value is set via ajaxClick and nulled out after use in a hashchange. Also, added a global var to specify ui-page selectors that should be removed from the page when the hash changes. Default is just '.ui-dialog'
2010-09-17 16:27:10 -04:00
scottjehl
d06c22e8d9
added dialog plugin and css, added it to the manifest file, updated some of the content on the _dialog.html demo page
2010-09-17 16:24:12 -04:00
scottjehl
2b62ad506d
made some edits to make sure sure fixpos class is only added if the placeholder is at least partially out of view, and it's only animated in if it's completely out of view
2010-09-17 14:42:58 -04:00
Scott González
706f580531
Fixed bad variable reference.
2010-09-17 14:34:03 -04:00
Scott González
0479ff5239
Refactored $.media and moved to jQuery.mobile.support.js
2010-09-17 14:19:53 -04:00
scottjehl
a056d4636b
clarified comment
2010-09-17 13:54:28 -04:00
scottjehl
0d36d2aa2e
cleaned up ajax page retrieval code
2010-09-17 13:52:28 -04:00
scottjehl
d676524863
edited a comment - local urls work fine
2010-09-17 13:41:11 -04:00