| .. |
|
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
|
small refactor of core to unify call to extend
|
2011-03-04 22:25:33 -08: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
|
Reworked tap/taphold code so that it makes use of vmousecancel to detect when the user has scrolled the page. Also refactored some of the event handler calling code into a function. I'm still not sure why the handler is called directly versus using the jQuery trigger() method which would allow bubbling.
|
2011-03-09 14:14:53 -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
|
Convert checkbox/radio and navbar over to virtual mouse events.
|
2011-03-09 12:37:20 -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
|
whitespace in init
|
2011-03-04 22:25:33 -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
|
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-09 14:25:58 -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 vmousecancel to the vevents list so that users can bind to the event.
|
2011-03-11 10:30:16 -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 |