| .. |
|
index.php
|
Changes to allow 3rd party transitions. Developers can now register a custom transition by adding their transition handler to the $.mobile.transitionHandlers dictionary. The name of the custom transition is used as the key within the transtionsHandlers dictionary, and should be the same name used within the @data-transtion attribute.
|
2011-04-26 14:06:10 -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
|
I broke button states in my last checkin. I was passing in the wrong element (document) into the new function that finds the button element.
|
2011-04-21 10:56:04 -07:00 |
|
jquery.mobile.collapsible.js
|
Moved the resize event into the fixed toolbar plugin.
|
2011-05-18 18:17:41 -04: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
|
Removed the ajaxLinksEnabled and ajaxFormsEnabled settings. These were deprecated in a4 and scheduled for removal. Automated link and form ajax handling can still be globally disabled via the ajaxEnabled option.
|
2011-05-24 16:08:30 -04:00 |
|
jquery.mobile.dialog.js
|
jquery.mobile.dialog.js: Whitespace changes and string delimiters, bringing this up to jQuery coding standards. Renamed one memory variable for legibility and clarity.
|
2011-05-26 10:01:39 -04:00 |
|
jquery.mobile.event.js
|
Fixed yet another duplicate tap event bug.
|
2011-04-06 23:39:41 +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
|
code style & repetition cleanup
|
2011-05-18 18:32:59 -04:00 |
|
jquery.mobile.forms.button.js
|
Merge branch 'master' into fastclick
|
2011-03-27 21:00:22 -07:00 |
|
jquery.mobile.forms.checkboxradio.js
|
Merge pull request #1522 from markandey/master
|
2011-05-10 12:12:19 -07:00 |
|
jquery.mobile.forms.select.js
|
Merge branch 'master' into navigation
|
2011-05-20 09:39:19 -07: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
|
Add new focus event which will show cross button on search textbox when some item get paste directly without key event to search text box
|
2011-05-13 22:44:47 -07: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 previous logic to the init file so it's not overridden by defaults.
|
2011-05-24 17:39:53 -04:00 |
|
jquery.mobile.listview.filter.js
|
Issue 1592 - Make sure we set lastval on create so we don't compare against the stirng "undefined" on first keyup/change event.
|
2011-05-09 14:23:06 -07:00 |
|
jquery.mobile.listview.js
|
Missing space in generated page markup
|
2011-05-18 07:02:06 -07:00 |
|
jquery.mobile.media.js
|
Page min-height was being calculated with JS and it was far too tall. This moves the values into CSS with values that are aimed towards iPhone (as this is addressing an iPhone transitions issue with the address bar show/hide).
|
2011-02-03 17:22:23 -05:00 |
|
jquery.mobile.navbar.js
|
Merge branch 'master' into fastclick
|
2011-03-29 09:03:05 -07:00 |
|
jquery.mobile.navigation.js
|
Removed the ajaxLinksEnabled and ajaxFormsEnabled settings. These were deprecated in a4 and scheduled for removal. Automated link and form ajax handling can still be globally disabled via the ajaxEnabled option.
|
2011-05-24 16:08:30 -04: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 |