jquery-mobile/js
2011-06-24 12:40:00 -04:00
..
index.php minor changes to combine.php 2011-06-09 01:51:37 -07:00
jquery.js Upgrade to jQuery 1.6.1 to pick up :checked fixes. 2011-05-13 15:27:09 -07:00
jquery.mobile.buttonMarkup.js Fixed curly braces on new line 2011-06-22 09:31:49 -07:00
jquery.mobile.collapsible.js Code guideline styling changes for collapsible.js 2011-06-14 15:32:57 -07:00
jquery.mobile.controlGroup.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.mobile.core.js Added global config option "useFastClick", so that the changes we made for automated ajax handling since A4 can be disabled if needed, for whatever reason. When handling clicks and taps automatically with Ajax, this option will use jQuery Mobile's <code>vclick</code> event, enabling page changes to happen slightly sooner on devices that support touch events, and keeping the address bar hidden during page transtions. When disabled, the automatied Ajax handling will use an ordinary <code>click</code> event instead. This option has no effect on non-touch devices, but when enabled, it may interfere with jQuery plugins that bind to click events rather than vclick events. Fixes #1857 2011-06-20 11:35:09 -04:00
jquery.mobile.dialog.js remove active button state on buttons that close dialogs. Fixes #1839 2011-06-17 02:11:59 -04:00
jquery.mobile.event.js Added new throttledresize special event, including unit tests. This event prevents browsers from running continuous callbacks on resize, which we use internally for orientationchange in browsers like IE. It still ensures that a held event will execute after the timeout, so logic that depends on the final conditions after a resize is complete will still execute properly. This improves performance noticeably, and... Fixes #1496. Fixes #1848. Fixes #1422. 2011-06-18 11:41:47 -04: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 Some jslint fixes. Corrected curly braces on new line and ==/=== issues 2011-06-21 23:53:16 -07:00
jquery.mobile.forms.button.js Merge branch 'master' into fastclick 2011-03-27 21:00:22 -07:00
jquery.mobile.forms.checkboxradio.js Implemented the new design for checkboxes and radios as proposed by @toddparker. 2011-06-24 12:40:00 -04:00
jquery.mobile.forms.select.js Fixed ticket 1549 - no change event triggered on deselecting first 2011-06-11 17:12:15 +02:00
jquery.mobile.forms.slider.js XPATH Selector was not well formed of type label[for=ID] 2011-04-26 19:31:43 +05:30
jquery.mobile.forms.textinput.js fixed theme inheritance on filter lists in IE7. 2011-06-17 19:02:53 -04: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 moved page load event bindings to a post-mobileinit callback so that the useFastClick option can be set before it is used. Unit test included. Fixes #1869 2011-06-21 11:33:38 -04:00
jquery.mobile.listview.filter.js added list filterTheme option. Available as data attribute data-filter-theme on listviews with filters enabled. Fixes #1790 - List view filter can not be themed. 2011-06-17 00:59:17 -04:00
jquery.mobile.listview.js Merge pull request #1662 from gseguin/issue-1654 2011-06-17 09:41:22 -07:00
jquery.mobile.media.js should be bound to throttled resize as well, actually. 2011-06-19 08:00:10 -04:00
jquery.mobile.navbar.js Merge branch 'master' into fastclick 2011-03-29 09:03:05 -07:00
jquery.mobile.navigation.js Fix issue 1913 - unnecessary ajax call and duplicate DOM nodes when refreshing a page with a dialog visible 2011-06-23 18:33:06 +02:00
jquery.mobile.page.js turned auto back button additions off by default. Fixes #1657. To turn auto backbuttons on, you can set the page plugin's autoBackBtn option to true per page, or globally via its configuration prototype. You can also use the data-auto-back-btn attribute on a page div. 2011-05-18 17:17:13 -04:00
jquery.mobile.support.js moved previous logic to the init file so it's not overridden by defaults. 2011-05-24 17:39:53 -04:00
jquery.mobile.transition.js jquery.mobile.transition.js: code to jQuery core standards, part deux. 2011-05-01 21:19:30 -04:00
jquery.mobile.vmouse.js Fix from @brukhabtu for issue 1492 - Errors when trying to delete DOM elements. 2011-04-20 18:06:21 -07:00
jquery.mobile.widget.js changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
jquery.ui.widget.js Renamed files. 2010-10-07 11:30:48 -04:00