| .. |
|
jquery.js
|
Pull in updated version of jQuery.
|
2010-10-22 11:38:07 -04:00 |
|
jquery.min.js
|
Updating copies of jQuery to 1.4.3rc2.
|
2010-10-14 13:06:52 -04:00 |
|
jquery.mobile.buttonMarkup.js
|
Fix issues with button rendering.
|
2010-10-22 11:39:26 -04:00 |
|
jquery.mobile.collapsible.js
|
converted collapsible to the widget factory. API change: data-state="collapsed" is now data-collapsed="true". Updated markup in demos to support change. Fixes #372
|
2010-11-04 21:32:28 -04:00 |
|
jquery.mobile.controlGroup.js
|
Rolling back changes from commit #ea4db95b3c4d296c2719 as it didn't accommodate controlgroups used in radios/checkboxes. Further testing needed on those.
|
2010-10-18 12:44:44 -04:00 |
|
jquery.mobile.dialog.js
|
Added close() method to dialogs: $('.ui-dialog').dialog('close') . Also, links clicked within a dialog will now close the dialog on their way to their destination, just as if the dialog were a normal page. For links that are meant only for closing the dialog, such as a "cancel" link, just link to the page that triggered the dialog to open. This pattern of linking to the previous page happens to be meaningful in non-js browsing as well. If you are generating that link on the fly, just set its href to location.href. Fixes #383
|
2010-11-04 22:49:28 -04:00 |
|
jquery.mobile.event.js
|
Fix tap event to ignore small movements.
|
2010-11-05 11:14:53 +08:00 |
|
jquery.mobile.fieldContain.js
|
no more body theme - just ui-br
|
2010-10-15 10:36:43 -04:00 |
|
jquery.mobile.fixHeaderFooter.js
|
Some tweaks to make page scrolling faster.
|
2010-11-04 00:27:21 -07:00 |
|
jquery.mobile.forms.button.js
|
updated to trigger a submit if the type is submit
|
2010-11-01 23:53:06 -04:00 |
|
jquery.mobile.forms.checkboxradio.js
|
Use existing inputtype var
|
2010-11-02 13:31:09 -05:00 |
|
jquery.mobile.forms.select.js
|
removed title attr, as aria role handling seems to be descriptive enough
|
2010-10-27 09:49:45 -04:00 |
|
jquery.mobile.forms.slider.js
|
moving the slider handle triggers change event on the input or select.
|
2010-10-20 19:08:56 -04:00 |
|
jquery.mobile.forms.textinput.js
|
removed trailing comma.
|
2010-11-05 14:46:25 -04:00 |
|
jquery.mobile.grid.js
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |
|
jquery.mobile.hashchange.js
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |
|
jquery.mobile.js
|
changed selector from [href] to link[href] for elements that need url-remapping in Firefox. This ensures only stylesheets, but not anchors, are being remapped. Fixes #381
|
2010-11-04 23:11:35 -04:00 |
|
jquery.mobile.listview.filter.js
|
commented-out the call to _numberItems, as it doesn't yet exist in the listview rewrite
|
2010-10-27 12:19:24 -04:00 |
|
jquery.mobile.listview.js
|
Fixed a few listview split button regressions. Fixes #387
|
2010-11-05 00:06:39 -04:00 |
|
jquery.mobile.navbar.js
|
rewrote navbar with widget factory
|
2010-10-27 21:58:00 -04:00 |
|
jquery.mobile.page.js
|
Converted textinput plugin to use widget factory. Also added enable and disable methods. Fixes #369
|
2010-11-04 21:32:28 -04:00 |
|
jquery.mobile.support.js
|
added closures to event and support
|
2010-11-01 14:33:54 -04:00 |
|
jquery.mobile.widget.js
|
char is not valid
|
2010-10-14 17:37:18 -04:00 |
|
jquery.ui.widget.js
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |
|
manifest.php
|
added php to <? opening tags - thx @TechIsCool. Fixes #308
|
2010-11-02 14:24:17 -04:00 |