jquery-mobile/js
2011-03-16 09:30:40 -07:00
..
index.php Merge branch 'master' into fastclick 2011-02-22 08:57:28 -08:00
jquery.js updated to 1.5.1 from the RC 2011-03-04 16:28:01 -05:00
jquery.mobile.buttonMarkup.js Removed experimental setting of the ui-btn-active class on button down. This breaks feedback on checkboxes and radios. 2011-03-09 14:13:26 -08:00
jquery.mobile.collapsible.js Switch collapsible over from click to vclick. 2011-03-01 14:07:11 -08:00
jquery.mobile.controlGroup.js same fix in a few other places 2011-01-12 05:30:56 +08:00
jquery.mobile.core.js gradeA adjusted to IE7 and up rather than 6 and up ( this still includes Windows Phone 7). Unit test adjusted to match 2011-03-14 00:20:26 -04:00
jquery.mobile.dialog.js Convert dialog and button over to using vclick. 2011-03-08 08:52:17 -08:00
jquery.mobile.event.js Fixed typo in my last checkin for converting tap to virtual mouse events. It was preventing tap from actually firing so things like the cancel button link in a search textfield was being followed. 2011-03-11 16:12:58 -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 issue 1198. 2011-03-07 09:27:57 -08:00
jquery.mobile.forms.button.js Convert dialog and button over to using vclick. 2011-03-08 08:52:17 -08:00
jquery.mobile.forms.checkboxradio.js Merge branch 'master' into fastclick 2011-03-14 11:38:00 -07:00
jquery.mobile.forms.select.js Merge branch 'master' into fastclick 2011-03-14 11:38:00 -07: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 typo in selector for finding meta[viewport] element 2011-03-14 00:20:26 -04: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 Merge branch 'master' into fastclick 2011-03-14 11:38:00 -07: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 Convert checkbox/radio and navbar over to virtual mouse events. 2011-03-09 12:37:20 -08:00
jquery.mobile.navigation.js Merge branch 'master' into fastclick 2011-03-14 11:38:00 -07:00
jquery.mobile.page.js fixed input type regex for ff. It puts the type attribute at the end of the html string and breaks the trailing space. Checked in ie7 2011-03-14 08:22:44 -07:00
jquery.mobile.support.js Added $.support.eventCapture to detect support for listening for the event capture phase. We need this to disable vmouse touch support for WP7. We may be able to work around the lack of capture support in the near future, but until then, we fallback to just supporting mouse events. 2011-03-14 12:39:03 -07:00
jquery.mobile.vmouse.js Added code to deal with touch and mouse event target mismatches. This happens most often when the user touches a link, but his/her finger overlaps the link and areas outside of the link. In this specific case, the browser will generate touch events with a target that is the parent or ancestor of the link, but it will then generate mouse events with a target that is the link itself. We now catch this case and re-enable the mouse bindings so we can dispatch our virtual events appropriately. 2011-03-16 09:30:40 -07: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