jquery-mobile/js
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
..
jquery.js Updated jQuery. 2010-09-22 09:46:26 -04:00
jquery.min.js Updated jQuery. 2010-09-22 09:46:26 -04:00
jQuery.mobile.buttonMarkup.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.clickable.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.collapsible.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.controlGroup.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.dialog.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.event.js updated swipe event detection to use 30px minimum distance and 20px tolerance 2010-09-22 13:20:13 -04:00
jQuery.mobile.fieldContain.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.fixHeaderFooter.js Fixed Issue 58 Fixed Headers/Footers Scroll with the document occassionally. 2010-09-24 11:09:45 -07:00
jQuery.mobile.forms.ajaxform.js added a few lines to the $mobilize function to convert the roles of header/content/footer to classes. 2010-09-21 10:56:50 -04:00
jQuery.mobile.forms.button.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.forms.checkboxradio.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.forms.select.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.forms.slider.js extended slider to support simple toggle switches based on select menus. 2010-09-23 12:51:23 -04:00
jQuery.mobile.forms.textinput.js Replaced expandable plugin with basic scrollHeight vs. offsetHeight check that uses CSS transitions. Shaves about 4kb. 2010-09-22 11:09:06 -04:00
jQuery.mobile.globalnav.js added a few lines to the $mobilize function to convert the roles of header/content/footer to classes. 2010-09-21 10:56:50 -04:00
jQuery.mobile.grid.js added new grid plugin for adding classes to create flexible column layouts. 2010-09-19 08:14:48 -04:00
jQuery.mobile.hashchange.js renamed files with jQuery.mobile. prefixes 2010-09-18 09:59:33 -04:00
jQuery.mobile.js extended slider to support simple toggle switches based on select menus. 2010-09-23 12:51:23 -04:00
jQuery.mobile.listview.js Listview: Use .data() instead of .attr() for reading config values. 2010-09-22 10:26:04 -04:00
jQuery.mobile.support.js Use touchend instead of touchmove for touch support - saves a byte. 2010-09-23 10:13:20 -04:00
jquery.tmpl.js 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
manifest.php Replaced expandable plugin with basic scrollHeight vs. offsetHeight check that uses CSS transitions. Shaves about 4kb. 2010-09-22 11:09:06 -04:00