Hi,

It might be good if it loads only plugins which are used at the moment.

Regards,
Tomas

On Sun, Mar 21, 2010 at 8:28 PM, Michael Keck <sfnet@michaelkeck.de> wrote:
Am 21.03.2010 19:29, schrieb Marc Delisle:
> Michael Keck a écrit :
>
>> Hi Marc,
>>
>> do you know jQuery UI (http://jqueryui.com/)?
>>
>> Am 21.03.2010 12:48, schrieb Marc Delisle:
>>
>>> Hi,
>>> jquery.js 1.4.2 (minified) is now in the /js directory.
>>>
>> Is able to make a new directory jquery?
>> Because it would be more pretty to differ normal javascript from
>> js-frameworks.
>>
> Good point, especially if we add some jQuery plug-ins. Are you
> suggesting /js/jquery or just /jquery ?
>
js/jquery would good
and perhabs we should in js/ add a php library wich loads all needed jquery
scripts. So we need only to add <script src="/js/jquery.php"></script>

this is sample file list for jquery.php:

$files = array (
   'swfobject.js',             // flash objects for uploading and copy to clippboard
   'jquery.js',                // core jQuery
   'jquery-browser.js',        // browser sniffer
   #'jquery-context.js',        // context menus
   #'jquery-cookies.js',        // cookie handler
   #'jquery-form.js',           // form controll and validation
   'jquery-hotkeys.js',        // accesskeys
   'jquery-imagemap.js',       // imagemap for charts
   #'jquery-print.js',         // jQuery print function
   'jquery-ui.js',             // jQuery UI Core
   'jquery-ui-plugins.js',     // jQuery UI Plugins
   'jquery-ui-grid.js',        // jQuery UI Table Grid (made by me)
   'jquery-ui-upload.js'       // jQuery UI Uploading (made by me)
);






------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel