what is the include order of js files
Hi,
I want to bundle myself the needed js files.
Unfortunately I get the javascript error "base is not a constructor",
if doing so.
My included files are:
- 'jquery.ui.core.js',
'jquery.ui.widget.js',
'jquery.ui.button.js',
'jquery.ui.draggable.js',
'jquery.ui.mouse.js',
'jquery.ui.position.js',
'jquery.ui.resizable.js',
'jquery.ui.accordion.js',
'jquery.ui.progressbar.js',
'jquery.ui.datepicker.js',
'jquery.ui.tabs.js',
'jquery.ui.dialog.js'
so my question is:
Can I have an list with the correct order of the js files
(how do you create your full package jquery-ui.js ??)
Thanks
Anton