jquery-mobile/js/jquery.mobile.js

36 lines
999 B
JavaScript
Raw Normal View History

2011-10-31 05:06:11 +00:00
define( [
'jquery.ui.widget',
'jquery.mobile.widget',
'jquery.mobile.media',
'jquery.mobile.support',
'jquery.mobile.vmouse',
'jquery.mobile.event',
'jquery.mobile.hashchange',
'jquery.mobile.page',
'jquery.mobile.core',
'jquery.mobile.navigation',
'jquery.mobile.navigation.pushstate',
'jquery.mobile.transition',
'jquery.mobile.degradeInputs',
'jquery.mobile.dialog',
'jquery.mobile.page.sections',
'jquery.mobile.collapsible',
'jquery.mobile.fieldContain',
'jquery.mobile.grid',
'jquery.mobile.navbar',
'jquery.mobile.listview',
'jquery.mobile.listview.filter',
'jquery.mobile.nojs',
'jquery.mobile.forms.checkboxradio',
'jquery.mobile.forms.button',
'jquery.mobile.forms.slider',
'jquery.mobile.forms.textinput',
'jquery.mobile.forms.select.custom',
'jquery.mobile.forms.select',
'jquery.mobile.buttonMarkup',
'jquery.mobile.controlGroup',
'jquery.mobile.links',
'jquery.mobile.fixHeaderFooter',
'jquery.mobile.fixHeaderFooter.native',
'jquery.mobile.init'
] );