jquery-mobile/js
scottjehl e736caebfe Removed the ajaxClick function and moved its logic into the live click event handler, where it is now refactored and simplified. Thx to Jeffrey Way for ideas that went into this refactor.
Also, clicks that are triggered on anchors will now be able to make a new http request, which improves listview behavior when clicking LIs that resolve to external urls.

Included in commit is a new demo/test page with various link types to make sure they behave as expected.

Fixes #272, Fixes #264
2010-10-23 17:24:06 -04:00
..
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 added support for grouped collapsibles that make accordions. Parent element just needs a data-role of collapsible-set. Fixes #87, Fixes #178 2010-10-23 10:20:06 -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 refactored to use widget factory and not be tracked via hash/history. Fixes #176 2010-10-21 16:29:05 -04:00
jquery.mobile.event.js Make sure the document body exists before determining orientation change, at least. 2010-10-14 13:12:47 -04:00
jquery.mobile.fieldContain.js no more body theme - just ui-br 2010-10-15 10:36:43 -04:00
jquery.mobile.fixHeaderFooter.js updated triggered events to pagebeforeshow / pagebeforehide 2010-10-20 16:01:38 -04:00
jquery.mobile.forms.ajaxform.js Converted $.mobilize to $.fn.page (and $.mobile.page via widget factory). 2010-10-09 14:34:21 -04:00
jquery.mobile.forms.button.js added "inline" option to buttons and button links. data-inline="true". Fixes #148 2010-10-11 15:47:30 -04:00
jquery.mobile.forms.checkboxradio.js Made a bunch of tweaks to checkbox/radio. 2010-10-22 12:42:24 -04:00
jquery.mobile.forms.select.js updated to reflect new changes in pageChange function and dialog behavior 2010-10-21 17:02:59 -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 Updates to textarea autogrow. Use keyUp event so that changes are reflected in the DOM (in theory), buffer the keyUp event (100ms), and use clientHeight instead of offsetHeight for a better comparison to scrollHeight. Fixes #4. 2010-10-18 15:51:49 -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 Removed the ajaxClick function and moved its logic into the live click event handler, where it is now refactored and simplified. Thx to Jeffrey Way for ideas that went into this refactor. 2010-10-23 17:24:06 -04:00
jquery.mobile.listview.filter.js Updated some queries to make sure more of them hit querySelectorAll/matchesSelector. 2010-10-21 14:30:42 -04:00
jquery.mobile.listview.js typo 2010-10-23 17:16:49 -04:00
jquery.mobile.navbar.js click instead of tap 2010-10-22 19:00:22 -04:00
jquery.mobile.page.js Minor tweaks to page formatting. 2010-10-22 12:22:57 -04:00
jquery.mobile.support.js moved the base tag check call to within the support extend. 2010-10-22 16:45:47 -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 Merge clickable into buttonMarkup. Improve performance of the Button Markup plugin. 2010-10-21 17:18:59 -04:00