| .. |
|
index.php
|
refactor of jquery.mobile.core.js. Moved all of the page navigation model related scripting into jquery.mobile.navigation.js. This includes event handling for click, submit, and hashchange, all of the base tag management, path management, active link class handling, etc. All existing core tests are passing, and all demos work as expected. More tests are needed in core, and this refactor should make those tests easier to write.
|
2010-11-25 06:13:51 -05:00 |
|
jquery.js
|
Updating jQuery to 1.4.4.
|
2010-11-11 19:21:03 -05:00 |
|
jquery.mobile.buttonMarkup.js
|
add disabled option support. fixes #350
|
2010-12-03 22:30:08 +08:00 |
|
jquery.mobile.collapsible.js
|
updated comment about license to match other jQuery projects - MIT "or" GPL
|
2010-11-19 22:47:47 -05:00 |
|
jquery.mobile.controlGroup.js
|
same fix in a few other places
|
2011-01-12 05:30:56 +08:00 |
|
jquery.mobile.core.js
|
add data-url to dialog 'pages' as well
|
2011-01-14 23:44:25 +08:00 |
|
jquery.mobile.dialog.js
|
Click on form in dialog prevents exit from dialog
|
2011-01-14 23:44:24 +08:00 |
|
jquery.mobile.event.js
|
Avoid triggering a 'tap' event if the event target on touchStop differs from the original touchStart target.
|
2011-01-12 07:47:17 +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
|
same fix in a few other places
|
2011-01-12 05:30:56 +08:00 |
|
jquery.mobile.forms.button.js
|
Changed the way submit buttons work. Now, form input/button elements are appended to a div-based "button", invisibly filling its width and height. The user now interacts directly with the native control, rather than having to trigger a click from another anchor (which formerly prevented some native submit event handling from working).
|
2010-12-06 11:40:28 -05:00 |
|
jquery.mobile.forms.checkboxradio.js
|
updated select to no longer wrap the input element as it is already jQuery object. Thanks ehynds.
|
2011-01-12 08:01:37 +08:00 |
|
jquery.mobile.forms.select.js
|
poorly written comment
|
2011-01-15 23:36:59 -08:00 |
|
jquery.mobile.forms.slider.js
|
Fixed bug 676 where the switch toggle (slider) wasn't updating on select change:
|
2011-01-14 16:06:18 -05:00 |
|
jquery.mobile.forms.textinput.js
|
updated comment about license to match other jQuery projects - MIT "or" GPL
|
2010-11-19 22:47:47 -05:00 |
|
jquery.mobile.grid.js
|
same fix in a few other places
|
2011-01-12 05:30:56 +08:00 |
|
jquery.mobile.hashchange.js
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |
|
jquery.mobile.listview.filter.js
|
updated comment about license to match other jQuery projects - MIT "or" GPL
|
2010-11-19 22:47:47 -05:00 |
|
jquery.mobile.listview.js
|
Merge branch 'select_multi' of https://github.com/ehynds/jquery-mobile into ehynds-select_multi
|
2010-12-22 10:05:40 -05:00 |
|
jquery.mobile.media.js
|
small workaround to get media query function to work on Nokia
|
2011-01-19 16:35:15 -05:00 |
|
jquery.mobile.navbar.js
|
updated comment about license to match other jQuery projects - MIT "or" GPL
|
2010-11-19 22:47:47 -05:00 |
|
jquery.mobile.navigation.js
|
Fix for issue 613 - Jquery Mobile ignores original 'base' tag defined in HTML
|
2011-01-18 09:18:22 -08:00 |
|
jquery.mobile.page.js
|
Merge branch 'no_enhance_for_hidden' of https://github.com/hynkle/jquery-mobile into hynkle-no_enhance_for_hidden
|
2011-01-11 13:42:30 -05:00 |
|
jquery.mobile.support.js
|
Fix for issue 613 - Jquery Mobile ignores original 'base' tag defined in HTML
|
2011-01-18 09:18:22 -08: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.position.js
|
added jquery ui position plugin
|
2010-11-19 17:30:22 -05:00 |
|
jquery.ui.widget.js
|
Renamed files.
|
2010-10-07 11:30:48 -04:00 |