scottjehl
c8654bfcfc
updated docs to include new slider methods
2010-11-18 22:18:20 -05:00
scottjehl
909a0d0f08
removed transitions property from the configuration and updated docs to match.
2010-11-18 22:18:20 -05:00
Kin Blas
dbdfd23541
Initial checkin of experimental support for momentum scrolling. We'd really like native browser support for sub-page scrolling, but until then, we need something.
...
This version supports simulated scrolling via the CSS3 transform property by default, but also supports an option for positioning the old-fashioned way with top and left properties.
Still some code clean-up to do, but folks can start playing with it.
Some items/issues left to look into:
- Experiment with event delegation so we can implement nested scrollviews.
- Implement scroll direction locking.
- Decide whether to conditionally inject clip/view markup.
- Decide on final ui class names.
- Decide on how scrolling behavior is actually invoked. (data-* attribute or class)
- Decide on final set of notifications we'll need to fire off.
- Add an API so that scroll position can be adjusted after a resize/orientation change.
- Documentation that describes potential problems with performance, memory usage, etc, and workarounds.
2010-11-18 15:12:27 -08:00
Leon Brocard
42d20b4b08
Update a few remaining links from 1.0a1 to 1.0a2
2010-11-18 22:40:10 +08:00
scottjehl
e7269f4df2
moved orientationchange event trigger over to media js file. Cleaned up event bindings where orientation and breakpoint classes are applied.
2010-11-17 11:55:15 -05:00
scottjehl
82c48b2311
sorted breakpoints ascending after addition
2010-11-17 11:55:15 -05:00
scottjehl
2ade27bdcf
removed old manifest files - index.php is now used in their place.
2010-11-17 11:55:15 -05:00
scottjehl
28a10ec74d
Moved all of the media query and responsive design related scripting to jquery.mobile.media.js. This plugin can run independent of mobile core, with the exception that it does bind to orientationchange, which is defined in the events js. Fixes #388
2010-11-17 11:55:15 -05:00
Todd Parker
d7becdc728
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-11-17 11:00:53 -05:00
Todd Parker
bf0a32f540
Updated docs from $.changePage() to $.mobile.changePage(). Fixes #488
2010-11-17 11:00:40 -05:00
scottjehl
5e90786374
added enable and disable methods to form buttons
2010-11-17 10:27:35 -05:00
Yuki KODAMA
2dea6cd721
implemented 'refresh' method for slider widget
2010-11-17 19:34:46 +09:00
Yuki KODAMA
d1e37647b8
added 'enable' and 'disable' methods to slider widget
2010-11-17 19:34:08 +09:00
Yuki KODAMA
b7b63f526e
fixed docs for flip toggle switch widget
2010-11-17 19:33:07 +09:00
Yuki KODAMA
b93f5d200d
fixed docs for slider widgets
2010-11-17 19:32:31 +09:00
scottjehl
061edecac1
added z-index rules to ensure label sits on top of input, regardless of source order.
2010-11-16 17:17:19 -05:00
scottjehl
2b226d05ce
make sure pop'd page is defined before using.
2010-11-16 12:18:42 -05:00
Richard Stutfield
6603c84ef5
remove empty line
2010-11-16 22:56:49 +08:00
Richard Stutfield
d7a9d832db
Fix form submit within a dialog.
2010-11-16 22:56:48 +08:00
Richard Stutfield
791f7aa61e
Dialog: fixed links not working in dialogs. Fixed #448 - Dialog: clicking link in dialog closes dialog and doesn't do anything else
2010-11-16 22:56:48 +08:00
kptdobe
c413b2f86f
fixed doc: missing/invalid HTML tags and wrong paths
2010-11-16 22:42:02 +08:00
kptdobe
15e8fa11a5
fixed doc homepage wrong paths
2010-11-16 22:42:02 +08:00
scottjehl
bffff87441
changed docs for live event => bind event
2010-11-12 15:46:00 -05:00
scottjehl
0cf915eb4b
updated version
2010-11-12 08:27:33 -05:00
scottjehl
d692504c26
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-11-12 08:25:58 -05:00
scottjehl
cf2fc6434e
added docs for media query function
2010-11-11 21:50:39 -05:00
scottjehl
14b4c9a167
moved $.media function over to $.mobile object
2010-11-11 21:45:17 -05:00
scottjehl
e89ebc126e
Input types can now degrade to alternate types, instead of text. First such example is type=range degrades to type=number. Fixes issue #415 , Fixes #404
2010-11-11 21:43:01 -05:00
John Resig
2e09b68f20
Tagging the 1.0a2 release.
2010-11-11 20:34:04 -05:00
scottjehl
4db0734008
fixed themeswitcher a little bit
2010-11-11 20:31:17 -05:00
scottjehl
9e99c2c730
fixed up some icons on retina resolution
2010-11-11 20:25:54 -05:00
scottjehl
86005a8815
fixed the FF double scrollbar thingy
2010-11-11 19:58:14 -05:00
scottjehl
7c400eaef7
fixed the retina display for this demo
2010-11-11 19:56:18 -05:00
John Resig
573db6ab28
Just compare the nodes directly to each other.
2010-11-11 19:38:20 -05:00
John Resig
67174b8966
Updating jQuery to 1.4.4.
2010-11-11 19:21:03 -05:00
Kin Blas
1b12c54bcf
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2010-11-11 16:16:03 -08:00
scottjehl
aca00ea8ec
renaming for screen size
2010-11-11 19:09:11 -05:00
Kin Blas
a77ca291e6
Fixed 59 - Fixed footer is anchored to the end of the page content instead of the view port.
...
- If content is less than the view port height, the footer is always anchored at the bottom of the view port.
- If the content is greater in height than the view port, then in inline mode itrests in flow, and in "fixed" mode it snaps to the bottom of the view port.
2010-11-11 16:08:45 -08:00
scottjehl
7a37d2507d
fixed error in selectmenu close function
2010-11-11 19:01:02 -05:00
scottjehl
bffd9a991b
needed $.mobile.activePage
2010-11-11 18:54:50 -05:00
scottjehl
aec0cbc946
docs updates
2010-11-11 18:47:21 -05:00
scottjehl
058f0a867d
closing tag
2010-11-11 17:50:30 -05:00
scottjehl
d3a0d33791
fixed up grids and navbar again - this time to automate the column count to number of children, or 'a' when greater than 5. data-grid attribute can be set to any grid letter to trump the automated counting.
2010-11-11 17:33:07 -05:00
scottjehl
78f342b5e0
fixed up the navbar and grid plugin logic. now supports up to 5 cols
2010-11-11 17:17:45 -05:00
scottjehl
5aa980fdb4
fixed a bug with icon positioning
2010-11-11 17:17:45 -05:00
scottjehl
014bbbcc4a
typo
2010-11-11 17:17:45 -05:00
Todd Parker
36163120d6
Set header theme from e to default on form demo page
2010-11-11 17:14:49 -05:00
John Resig
c9a34f1da2
Add versioning information to the headers of the CSS and JS files.
2010-11-11 17:02:45 -05:00
Kin Blas
dfa1a689a4
Fixed 432 - Fullscreen positioning don't work iPhone/Android/Desktop
...
- $.mobile.activePage isn't being set till *AFTER* the "pageshow" notification, so pass in the page from our pageshow callback into the show() method.
- Also added missing getOffsetTop() call that I missed in my previous checkin.
2010-11-11 13:39:54 -08:00
Todd Parker
e9d2c376fc
added demo css file to api folder pages
2010-11-11 16:15:13 -05:00