scottjehl
a0596434bc
moved the ID creation string escape function from core to listview. No other plugins use it.
2010-11-19 23:21:16 -05:00
scottjehl
ba5fea7f1e
removed theme option from fieldcontain. ish didn't make no sense
2010-11-19 22:52:05 -05:00
scottjehl
93179f9a3d
updated comment about license to match other jQuery projects - MIT "or" GPL
2010-11-19 22:47:47 -05:00
scottjehl
110b095eb5
fixed typo
2010-11-19 22:11:41 -05:00
scottjehl
6711e11e97
made sure collapsible doesn't cause the address bar to show up on ios when clicked. Fixes #500
2010-11-19 21:32:17 -05:00
scottjehl
2ed21499d1
made sure address bar doesn't appear when opening select menu
2010-11-19 21:28:38 -05:00
scottjehl
d1c839613d
made sure corners are removed on list items that used to be first or last when new items are appended. Fixes #400
2010-11-19 21:07:34 -05:00
scottjehl
a731e48e68
made sure select button gets active button class while open
2010-11-19 19:19:51 -05:00
scottjehl
76f5c26624
cleaned up css styles - ui-selectmenu instead of ui-listview
2010-11-19 19:15:48 -05:00
scottjehl
ed82d39824
removed inner text shadow on ios text inputs
2010-11-19 18:15:34 -05:00
scottjehl
364405e72e
updated refs to core file
2010-11-19 17:40:02 -05:00
scottjehl
b2e306c667
removed theme coloring for selectmenu screen when in overlay mode.
2010-11-19 17:32:09 -05:00
scottjehl
b56939faf7
updated selectmenu to use position plugin for overlay version
2010-11-19 17:31:20 -05:00
scottjehl
23ea598b83
added jquery ui position plugin
2010-11-19 17:30:22 -05:00
John Bender
d0cca83be8
tests for default resolution break points, some missing semicolons, and element reference in each loop
2010-11-19 01:20:55 -08:00
John Bender
19cf97465c
add tests for orientation change
2010-11-19 01:13:00 -08:00
John Bender
d9f94ea4cd
started testing on document ready for media and removed unnecessary expects
2010-11-19 00:51:05 -08:00
John Bender
232926fb85
test for many class additions with many resolution breakpoints
2010-11-19 00:41:14 -08:00
John Bender
622eba46e6
alternate html tag class case for breakpoints
2010-11-19 00:38:41 -08:00
John Bender
e5f9028ea7
first media query break point class addition test
2010-11-19 00:34:44 -08:00
John Bender
8724132d16
small tweak to teardown and setup
2010-11-19 00:01:36 -08:00
John Bender
96d0973b6f
added setup and teardown for stubbed methods, added module definition to widget core tests
2010-11-18 23:47:40 -08:00
John Bender
5f59a3908b
added negative case for basic absolute position test
2010-11-18 23:38:54 -08:00
John Bender
319e3054cd
added media core tests
2010-11-18 23:35:44 -08:00
John Bender
330dc18dbb
removed unnecessary script tag from widget unit test page
2010-11-18 22:54:52 -08:00
John Bender
4d510e4b31
small whitespace correction
2010-11-18 22:05:10 -08:00
John Bender
a314d904c2
test description corrections
2010-11-18 22:05:10 -08:00
John Bender
f170be2a03
minor white space issue
2010-11-18 22:05:10 -08:00
John Bender
3834f56d35
added two more negative case tests
2010-11-18 22:05:10 -08:00
John Bender
04a29ba83b
first tests for widget core added
2010-11-18 22:05:10 -08:00
scottjehl
f56fe84245
fixed a docs typo
2010-11-18 22:56:40 -05:00
scottjehl
ea8545928e
shifted the order a little
2010-11-18 22:52:35 -05:00
scottjehl
9ff89b7115
renamed jquery.mobile.js jquery.mobile.core.js. updated build files, etc to match
2010-11-18 22:50:33 -05:00
scottjehl
08e6e2f603
added quick documentation for degradeInputs
2010-11-18 22:40:18 -05:00
scottjehl
c636b774ab
updated docs to include new button methods
2010-11-18 22:18:20 -05:00
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