<div>Hi,</div><div><br></div>It might be good if it loads only plugins which are used at the moment.<div><br></div><div>Regards,</div><div>Tomas</div><div><br><div class="gmail_quote">On Sun, Mar 21, 2010 at 8:28 PM, Michael Keck <span dir="ltr"><<a href="mailto:sfnet@michaelkeck.de">sfnet@michaelkeck.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Am 21.03.2010 19:29, schrieb Marc Delisle:<br>
<div class="im">> Michael Keck a écrit :<br>
><br>
>> Hi Marc,<br>
>><br>
>> do you know jQuery UI (<a href="http://jqueryui.com/" target="_blank">http://jqueryui.com/</a>)?<br>
>><br>
>> Am 21.03.2010 12:48, schrieb Marc Delisle:<br>
>><br>
>>> Hi,<br>
>>> jquery.js 1.4.2 (minified) is now in the /js directory.<br>
>>><br>
>> Is able to make a new directory jquery?<br>
>> Because it would be more pretty to differ normal javascript from<br>
>> js-frameworks.<br>
>><br>
> Good point, especially if we add some jQuery plug-ins. Are you<br>
> suggesting /js/jquery or just /jquery ?<br>
><br>
</div>js/jquery would good<br>
and perhabs we should in js/ add a php library wich loads all needed jquery<br>
scripts. So we need only to add <script src="/js/jquery.php"></script><br>
<br>
this is sample file list for jquery.php:<br>
<br>
$files = array (<br>
    'swfobject.js',             // flash objects for uploading and copy to clippboard<br>
    'jquery.js',                // core jQuery<br>
    'jquery-browser.js',        // browser sniffer<br>
    #'jquery-context.js',        // context menus<br>
    #'jquery-cookies.js',        // cookie handler<br>
    #'jquery-form.js',           // form controll and validation<br>
    'jquery-hotkeys.js',        // accesskeys<br>
    'jquery-imagemap.js',       // imagemap for charts<br>
    #'jquery-print.js',         // jQuery print function<br>
    'jquery-ui.js',             // jQuery UI Core<br>
    'jquery-ui-plugins.js',     // jQuery UI Plugins<br>
    'jquery-ui-grid.js',        // jQuery UI Table Grid (made by me)<br>
    'jquery-ui-upload.js'       // jQuery UI Uploading (made by me)<br>
);<br>
<br>
<br>
<br>
<br>
<br>
<br>------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
<br></blockquote></div><br></div>