scottjehl
7fe3d9a22f
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-09-28 08:57:31 -07:00
scottjehl
bfae696a58
removed some icon cruft from ui
2010-09-27 16:58:05 -05:00
scottjehl
2ae165049e
edits to margins,widths
2010-09-27 16:55:13 -05:00
scottjehl
75413a992b
unused selector
2010-09-27 16:55:03 -05:00
scottjehl
63e2b0bd99
more padding,margin adjustments
2010-09-27 16:50:13 -05:00
scottjehl
379349f74a
adjusted widths, padding, margins
2010-09-27 16:42:59 -05:00
scottjehl
ad9165caa7
killed the shadow
2010-09-27 16:41:20 -05:00
scottjehl
c2bb0f3724
included a datepicker demo
2010-09-27 16:33:46 -05:00
scottjehl
0511300702
added super sketchy workaround for a datepicker demo. We can toss these out once we figure out how we'll properly include a datepicker.
2010-09-27 16:33:37 -05:00
scottjehl
43f3656a92
added datepicker js and css files (datepicker includes ui) for a temporary datepicker demo.
2010-09-27 16:30:56 -05:00
scottjehl
879f4baa3e
not all that !important, as it turns out.
2010-09-27 16:30:19 -05:00
Kin Blas
0717106b94
Fixed issue 62: Multiple data-role="page" elements in a single document results in multiple markup insertion passes.
...
The function used to iterate over all pages was making reference to th e$el variable passed into mobilize(). This meant it was executing the same operation over *ALL* pages several times, once for each page in the document.
- Redefined $el in the funciton passed to the each() method.
2010-09-27 11:39:57 -07:00
Kin Blas
0a2a82102e
Fixed Issue 58 Fixed Headers/Footers Scroll with the document occassionally.
...
The bug seems to be caused by the fact that code inside show() is triggering a scrollstart event while still in the midst of handling the scrollstop event. This threw off the setting of showAfterScroll causing the currentstate to be stuck at "inline", so no hide/show code is ever triggered after that.
- Modified the scrollstart and sccrollstop callbacks to set showAfterScroll prior to calling show()/hide().
- movied the hide() call in scrollstart handler underneath the check for 'overlay'.
2010-09-24 11:09:45 -07:00
scottjehl
92c49bf97e
extended slider to support simple toggle switches based on select menus.
...
The logic will actually support multi-option selects as well, but the labels are flipped in order for switch-style controls, so if we want to support regular sliders from selects, the labels will have to be in forward order and beneath the slider bar.
2010-09-23 12:51:23 -04:00
Scott González
1a3b0131d4
Use touchend instead of touchmove for touch support - saves a byte.
2010-09-23 10:13:20 -04:00
Scott González
c106b7cb07
Use touchmove event for jQuery.support.touch detection. Fixes #57 .
2010-09-23 10:07:28 -04:00
scottjehl
5e8d13d367
images to go with last commit
2010-09-22 13:55:00 -04:00
scottjehl
149b071af1
added meta tags for fullscreen, bookmarking, etc. These will need some configurable options like jQtouch has
2010-09-22 13:54:52 -04:00
scottjehl
517e07059a
updated swipe event detection to use 30px minimum distance and 20px tolerance
2010-09-22 13:20:13 -04:00
scottjehl
a460710557
Replaced keyframe animation with a from-to
...
fixes 52
2010-09-22 13:16:11 -04:00
scottjehl
218855357b
removing file in favor of previous changes.
2010-09-22 11:12:48 -04:00
scottjehl
da29904834
Replaced expandable plugin with basic scrollHeight vs. offsetHeight check that uses CSS transitions. Shaves about 4kb.
2010-09-22 11:09:06 -04:00
Scott González
cdac24a168
Don't treat right/middle clicks as taps.
2010-09-22 10:47:15 -04:00
Scott González
641aa54c11
Listview: Use .data() instead of .attr() for reading config values.
2010-09-22 10:26:04 -04:00
scottjehl
a78d5efbc5
made sure form controls with a role of nojs are not enhanced
2010-09-22 09:49:36 -04:00
Scott González
51bb4c9224
Updated jQuery.
2010-09-22 09:46:26 -04:00
jzaefferer
a77d187a0f
Converter demo: Add another conversion
2010-09-22 13:58:57 +02:00
jzaefferer
037729415c
Refactored slider code a bit, just a first pass.
2010-09-21 23:31:25 +02:00
Scott González
9c6f03ca00
Only listen to mousemove/touchmove and mouseup/touchend events after mousedown/touchstart is triggered. Improves performance by not listening to all move events.
2010-09-21 17:29:43 -04:00
jzaefferer
0cb179e9fe
Fixed collpsible typo.
2010-09-21 23:18:00 +02:00
jzaefferer
71a80f413a
Refactored mobilize to iterate over dataEls just once, removing about 10 filter calls.
2010-09-21 22:56:48 +02:00
scottjehl
a0e78eae20
updated page title
2010-09-21 16:47:20 -04:00
scottjehl
8b5a1b0a1f
moved the percent fixer logic out of the if/else
2010-09-21 16:45:45 -04:00
scottjehl
a66fd2f296
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-09-21 16:43:24 -04:00
scottjehl
e6707af667
added aria support
2010-09-21 16:43:07 -04:00
jzaefferer
176dfcebab
Adding converter-demo. Not yet actually using cache.manifest, as that screws up testing on mobile devices. At least on Mobile Safari there is no way to clear that offline cache - none that I found so far.
2010-09-21 22:33:06 +02:00
jzaefferer
7aab3129e5
Implode array before passing it to md5() - so far it 'worked' only because everyone else disabled error display
2010-09-21 22:25:01 +02:00
scottjehl
11db1686c2
took the width of the slider track down a tad
2010-09-21 16:09:58 -04:00
scottjehl
3b7a717e92
more updates to slider css and js. Should have itemized commits, but this thing's still in first-pass status.
2010-09-21 16:07:23 -04:00
scottjehl
e82a65871a
you're gonna need a bigger handle
2010-09-21 15:34:48 -04:00
scottjehl
9ec0823443
needed to pass the event arg
2010-09-21 15:33:51 -04:00
scottjehl
8e3aa35931
return clicks false on handle
2010-09-21 15:32:35 -04:00
scottjehl
0b0549372b
added a slider to form controls page
2010-09-21 15:26:09 -04:00
scottjehl
3d8ad26463
added slider auto-init code to mobilize function
2010-09-21 15:25:52 -04:00
scottjehl
4992d7b168
First pass at a simple slider plugin. Can be called on an input element with data-role="slider". Controls communicate both ways during use.
2010-09-21 15:25:23 -04:00
scottjehl
d35881628c
removed swipe event always bound to body.
2010-09-21 15:21:28 -04:00
scottjehl
53771bbb68
rewrote mobilize function to pre-fetch elements and filter based on the results. Avg time running mobilize function on home page went from ~120ms to ~85ms.
2010-09-21 12:24:12 -04:00
scottjehl
af250415b2
updated markup to use data-role attrs in place of classes for header/content/footer
2010-09-21 10:58:54 -04:00
scottjehl
9e37d2c1e9
added a few lines to the $mobilize function to convert the roles of header/content/footer to classes.
...
updated ajaxform and globalnav to accommodate change
2010-09-21 10:56:50 -04:00
scottjehl
f253a64c01
added link to wiki
2010-09-20 19:25:10 -04:00