2010-09-10 22:23:13 +00:00
|
|
|
<?
|
|
|
|
|
$elements = array(
|
2010-09-15 20:50:25 +00:00
|
|
|
'jquery.js',
|
2010-09-14 19:37:20 +00:00
|
|
|
'jQuery.hashchange.js',
|
2010-09-10 22:23:13 +00:00
|
|
|
'jQuery.clickable.js',
|
|
|
|
|
'jQuery.fixHeaderFooter.js',
|
|
|
|
|
'jQuery.forms.checkboxradio.js',
|
2010-09-14 18:54:15 +00:00
|
|
|
'jQuery.forms.expandable.js',
|
2010-09-10 22:23:13 +00:00
|
|
|
'jQuery.forms.textinput.js',
|
|
|
|
|
'jQuery.forms.select.js',
|
|
|
|
|
'jQuery.buttonMarkup.js',
|
|
|
|
|
'jQuery.forms.button.js',
|
|
|
|
|
'jQuery.collapsible.js',
|
|
|
|
|
'jQuery.controlGroup.js',
|
|
|
|
|
'jQuery.fieldContain.js',
|
2010-09-15 20:50:54 +00:00
|
|
|
'jQuery.listview.js',
|
2010-09-17 20:24:12 +00:00
|
|
|
'jQuery.dialog.js',
|
2010-09-10 22:23:13 +00:00
|
|
|
'jQuery.globalnav.js',
|
2010-09-14 01:46:20 +00:00
|
|
|
'jQuery.mobile.support.js',
|
2010-09-14 21:35:38 +00:00
|
|
|
'jQuery.mobile.event.js',
|
2010-09-10 22:23:13 +00:00
|
|
|
'jQuery.mobile.js'
|
|
|
|
|
);
|
|
|
|
|
|
2010-09-14 18:54:15 +00:00
|
|
|
?>
|