jquery-mobile/js
Kin Blas 3f627acba8 - Added support for a vmouseevent that is triggered when a touch results in the window scrolling.
- Modified the button markup behavior so that it uses the virtual mouse events and adds the ui-btn-active class on vmousedown, and then removes it on vmousemove or vmouseup.
2011-02-25 22:20:04 -08:00
..
index.php Merge branch 'master' into fastclick 2011-02-22 08:57:28 -08:00
jquery.js updated to jQuery 1.5.1 RC 2011-02-18 16:43:20 -05:00
jquery.mobile.buttonMarkup.js - Added support for a vmouseevent that is triggered when a touch results in the window scrolling. 2011-02-25 22:20:04 -08:00
jquery.mobile.collapsible.js switched collapsibles over to tap event. Fixes #1056 2011-02-18 12:43:34 -05:00
jquery.mobile.controlGroup.js same fix in a few other places 2011-01-12 05:30:56 +08:00
jquery.mobile.core.js moved page additions after gradeA check in init and removed from core 2011-02-20 18:07:17 -08:00
jquery.mobile.dialog.js don't destroy dialogs on close. Now same-page dialogs can be reopened after close, and selects don't need to unbind dialog change events to override the destroy. 2011-01-28 14:30:24 -08:00
jquery.mobile.event.js Fixed bad variable name in teardown method of jquery.mobile.vmouse.js. It was causing an error that made one() bindings fail to fire off their handlers. 2011-02-18 17:39:04 -08:00
jquery.mobile.fieldContain.js "this" in this context is already a jquery object 2011-01-12 05:30:56 +08:00
jquery.mobile.fixHeaderFooter.js Fix for the header/footer positioning problem, mentioned in issue 58, that is caused by the browser url/nav bar scrolling offscreen due to the silentScroll() call triggered when the document is first loaded. 2011-01-24 07:11:19 -08:00
jquery.mobile.forms.button.js Changed the way submit buttons work. Now, form input/button elements are appended to a div-based "button", invisibly filling its width and height. The user now interacts directly with the native control, rather than having to trigger a click from another anchor (which formerly prevented some native submit event handling from working). 2010-12-06 11:40:28 -05:00
jquery.mobile.forms.checkboxradio.js Fixed a typo in checkboxradio which causes JS errors. 2011-02-20 18:32:02 -08:00
jquery.mobile.forms.select.js Fixed bad variable name in teardown method of jquery.mobile.vmouse.js. It was causing an error that made one() bindings fail to fire off their handlers. 2011-02-18 17:39:04 -08:00
jquery.mobile.forms.slider.js Fixed bad variable name in teardown method of jquery.mobile.vmouse.js. It was causing an error that made one() bindings fail to fire off their handlers. 2011-02-18 17:39:04 -08:00
jquery.mobile.forms.textinput.js Re-named the ui-icon-search used on search inputs to ui-icon-searchinput so I modified the script for search input to reflect this change 2011-02-03 13:38:07 -05:00
jquery.mobile.grid.js same fix in a few other places 2011-01-12 05:30:56 +08:00
jquery.mobile.hashchange.js Renamed files. 2010-10-07 11:30:48 -04:00
jquery.mobile.init.js re arranged tests for mobile init 2011-02-20 18:07:17 -08:00
jquery.mobile.listview.filter.js movied variables in listview filter to camel case convention used elsewhere 2011-02-24 00:07:27 -08:00
jquery.mobile.listview.js Changed "click" bindings to "vclick" for listview and anchors. 2011-02-18 12:40:30 -08:00
jquery.mobile.media.js Page min-height was being calculated with JS and it was far too tall. This moves the values into CSS with values that are aimed towards iPhone (as this is addressing an iPhone transitions issue with the address bar show/hide). 2011-02-03 17:22:23 -05:00
jquery.mobile.navbar.js navbar removes active state but doesn't apply new one. Now it does. Useful in js-generated links. Fixes #669 2011-01-21 16:20:33 -05:00
jquery.mobile.navigation.js Merge branch 'master' into fastclick 2011-02-25 20:41:09 -08:00
jquery.mobile.page.js Page min-height was being calculated with JS and it was far too tall. This moves the values into CSS with values that are aimed towards iPhone (as this is addressing an iPhone transitions issue with the address bar show/hide). 2011-02-03 17:22:23 -05:00
jquery.mobile.support.js Fix for issue 613 - Jquery Mobile ignores original 'base' tag defined in HTML 2011-01-18 09:18:22 -08:00
jquery.mobile.vmouse.js - Added support for a vmouseevent that is triggered when a touch results in the window scrolling. 2011-02-25 22:20:04 -08:00
jquery.mobile.widget.js updated comment about license to match other jQuery projects - MIT "or" GPL 2010-11-19 22:47:47 -05:00
jquery.ui.widget.js Renamed files. 2010-10-07 11:30:48 -04:00