Commit graph

267 commits

Author SHA1 Message Date
scottjehl
aeb2643bdc Ajaxclick function will now detect if it's an external link, and if so, it won't use Ajax. 2010-10-02 12:18:45 -04:00
scottjehl
91c5b90c82 moved jquery.tmpl.js to converter demo folder, as the script is not part of mobile proper 2010-10-02 11:57:43 -04:00
scottjehl
ee77c41b7c removed line to make html files run as php, now that gzip lines are removed. PHP is still used in css/js combinator 2010-10-02 11:49:04 -04:00
scottjehl
58e5499fc9 whitespace 2010-10-02 11:47:07 -04:00
scottjehl
28c0c41e30 removed inline gzips on a few more files 2010-10-02 11:47:02 -04:00
scottjehl
a08ccd6880 whitespace only 2010-10-02 11:43:32 -04:00
scottjehl
79a5c3db13 removed inline gzips 2010-10-02 11:42:50 -04:00
scottjehl
22eecd11dc refactored. globalnavs can now be generated on any div, and all they do is the "more" nav behavior. Plugin may need renaming...
in these demos, the globalnavs are inside a footer div.
2010-10-01 23:37:43 -04:00
scottjehl
ed96011a28 major refactor - now uses relative positioning.
Interactions still aren't perfect, but the code is cleaner!
2010-10-01 23:36:25 -04:00
scottjehl
bc09ffca8d added fadeout animation name back in 2010-10-01 23:35:46 -04:00
scottjehl
73a84405c8 changed button code for headers and footers so that it works with ui-header or ui-footer instead of wrapper classes 2010-10-01 18:46:21 -04:00
scottjehl
b6239c02f7 removed references to globalnavs, as they'll need to be managed in a different way. 2010-10-01 18:45:46 -04:00
scottjehl
3f2c23b66d added theming for headers and footers to switch statement 2010-10-01 18:45:21 -04:00
Kin Blas
8a013023eb Comment out the AddHandler line for now since its causing Scott J. some problems. 2010-10-01 14:05:58 -07:00
scottjehl
51c822dab4 removed links to old transitions 2010-10-01 15:59:58 -04:00
scottjehl
166efc0387 removed swap - we can add it back later if necessary, but it needs some tweaking to look correct 2010-10-01 11:07:33 -04:00
scottjehl
a2519e7687 removed dissolve transition - fade is enough 2010-10-01 11:06:13 -04:00
Kin Blas
a0702bf2f6 Fixed issue 73 - .htaccess file should turn on required features.
- Added handler for x-httpd-php to prevent the browser from asking you to save the index.html file when the server isn't configured properly.

- Added option to turn on FollowSymLinks which is required by the Rewrite engine.
2010-09-30 09:23:51 -07:00
jzaefferer
f148dbdd69 Refactored $.mobilize further to optimize form and controlgroup init. Added some notes 2010-09-30 14:08:59 +02:00
jzaefferer
6eee755ab7 Added TODO comment, as custom select doesn't work on desktop browsers 2010-09-30 14:00:01 +02:00
jzaefferer
883c8f8e09 Adding .gitignore file, copy from jquery-ui 2010-09-30 14:00:00 +02:00
jzaefferer
bfcc597618 Cleanup, added some notes; blur search input on submit 2010-09-30 14:00:00 +02:00
Douglas Neiner
9d7270141d Added background-clip to the rounded corner classes to help out with background bleeds 2010-09-29 14:00:29 -07:00
Douglas Neiner
b2656c28a6 Fixed regression with radio and checkboxes 2010-09-29 13:32:36 -07:00
Douglas Neiner
e83fea8ddc Fixed variable name on button changes 2010-09-29 13:11:48 -07:00
Douglas Neiner
61f3c3341f Updated button to optimize readablity 2010-09-29 11:56:41 -07:00
scottjehl
012d79eb58 selector for datepicker hackaround was too broad. 2010-09-29 09:21:31 -07:00
scottjehl
134e7024a4 updated date input label text 2010-09-28 08:59:32 -07:00
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