| .. |
|
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-18 09:15:01 -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
|
This adds a fallback for navbars that have one item, so they simply fill 100%. Credit for this fix and idea goes to kennedyr (Richard Kennedy), but we changed the naming around a bit. Fixes #1107. Thanks Richard!
|
2011-03-14 20:26:20 -04: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
|
didn't need the == true test.
|
2011-03-15 00:07:48 -04: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-18 09:15:01 -07:00 |
|
jquery.mobile.page.js
|
altered type attribute regex per @jblas, moved to 'private' prototype attribute for testing
|
2011-03-14 23:50:20 -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
|
Fixed some jslint warnings. It caught a missing comma that would've broken the file during a minify. < whew! >
|
2011-03-25 21:26:10 -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 |