mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 05:04:46 +00:00
22 lines
456 B
PHP
22 lines
456 B
PHP
|
|
<?
|
||
|
|
$elements = array(
|
||
|
|
'jquery-1.4.2.min.js',
|
||
|
|
'jQuery.bbq.js',
|
||
|
|
'jQuery.clickable.js',
|
||
|
|
'jQuery.fixHeaderFooter.js',
|
||
|
|
'jQuery.forms.checkboxradio.js',
|
||
|
|
'jQuery.expandable.js',
|
||
|
|
'jQuery.forms.textinput.js',
|
||
|
|
'jQuery.forms.select.js',
|
||
|
|
'jQuery.buttonMarkup.js',
|
||
|
|
'jQuery.forms.button.js',
|
||
|
|
'jQuery.collapsible.js',
|
||
|
|
'jQuery.controlGroup.js',
|
||
|
|
'jQuery.fieldContain.js',
|
||
|
|
'jQuery.tabs.js',
|
||
|
|
'jQuery.tree.js',
|
||
|
|
'jQuery.globalnav.js',
|
||
|
|
'jQuery.mobile.js'
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|