| .. |
|
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
|
rewrote the orientationchange special event to allow both binding and unbinding of single or multiple event handlers as well as manual triggering. jQuery.event.special.orientationchange.orientation might not need to be public (which could save a few bytes).
|
2010-11-05 19:25:26 +00: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
|
prefixed var with $
|
2010-11-07 15:03:40 -05: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 listview splitbutton theming
|
2010-11-05 15:08:21 -04:00 |
|
jquery.mobile.navbar.js
|
rewrote navbar with widget factory
|
2010-10-27 21:58:00 -04:00 |
|
jquery.mobile.page.js
|
moved page-plugin-related options to the page plugin (backBtnText, addBackBtn, degradeInputs).
|
2010-11-06 13:45:09 -04:00 |
|
jquery.mobile.support.js
|
updated cssTransitions support test - was formerly failing in webkit, as it was checking for type of object, rather than function. Needs to be filled out with other css transitions events, along with our CSS itself.
|
2010-11-06 14:36:15 -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 |