jquery-mobile/js/manifest.php

30 lines
761 B
PHP
Raw Normal View History

2010-09-10 22:23:13 +00:00
<?
$elements = array(
'jquery.js',
'jquery.ui.widget.js',
'jquery.mobile.widget.js',
'jquery.mobile.support.js',
'jquery.mobile.event.js',
'jquery.mobile.hashchange.js',
'jquery.mobile.page.js',
'jquery.mobile.clickable.js',
'jquery.mobile.fixHeaderFooter.js',
'jquery.mobile.forms.checkboxradio.js',
'jquery.mobile.forms.textinput.js',
'jquery.mobile.forms.select.js',
'jquery.mobile.buttonMarkup.js',
'jquery.mobile.forms.button.js',
'jquery.mobile.forms.slider.js',
'jquery.mobile.collapsible.js',
'jquery.mobile.controlGroup.js',
'jquery.mobile.fieldContain.js',
'jquery.mobile.listview.js',
2010-10-06 20:32:28 +00:00
'jquery.mobile.listview.filter.js',
'jquery.mobile.dialog.js',
2010-10-09 03:26:04 +00:00
'jquery.mobile.navbar.js',
'jquery.mobile.grid.js',
'jquery.mobile.js'
2010-09-10 22:23:13 +00:00
);
2010-09-14 18:54:15 +00:00
?>