jquery-mobile/js
jblas@adobe.com 87070cc690 Reclaiming another 700-800 msecs on the 400 listview item test for WP7.5 (Mango) with a few minor tweaks:
- Added _findFirstElementByTagName() which does basic DOM traversal to find the first of an element with the given nodeName. Use this in place of $.fn.closest() and $.fn.children() calls that filter with ":eq(0)".
- Avoid calling $.fn.add() if you can. The creation of the new collection is costing about 400 msecs.
- Avoid calling $() with markup for a single node, just use document.createElement() and pass it to $().
2011-11-10 14:15:12 -08:00
..
index.php correction to license include in js/index.php 2011-11-09 22:36:00 -08:00
jquery.js Standardize licenses in files and match jQuery core min license in min files 2011-10-25 11:15:19 -07:00
jquery.mobile.buttonMarkup.js Merge pull request #2994 from eddiemonge/5535e24c46c95f16b437c0ebec8c19094caf18a7 2011-11-09 15:27:25 -08:00
jquery.mobile.collapsible.js Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-11-09 18:02:27 -08:00
jquery.mobile.controlGroup.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.core.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.degradeInputs.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.dialog.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.event.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.fieldContain.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.fixHeaderFooter.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.fixHeaderFooter.native.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.forms.button.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.forms.checkboxradio.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.forms.select.custom.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.forms.select.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.forms.slider.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.forms.textinput.js Merge pull request #2994 from eddiemonge/5535e24c46c95f16b437c0ebec8c19094caf18a7 2011-11-09 15:27:25 -08:00
jquery.mobile.grid.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.hashchange.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.init.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.intro.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.links.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.listview.filter.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.listview.js Reclaiming another 700-800 msecs on the 400 listview item test for WP7.5 (Mango) with a few minor tweaks: 2011-11-10 14:15:12 -08:00
jquery.mobile.media.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.navbar.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.navigation.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.navigation.pushstate.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.nojs.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.page.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.page.sections.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.support.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.transition.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.vmouse.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.mobile.widget.js Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
jquery.ui.widget.js Standardize licenses in files and match jQuery core min license in min files 2011-10-25 11:15:19 -07:00