[jQuery] How install JQuery Plugins?

2007-03-23 Thread MARIO MOURA
Hi I am trying install JQuery Plugins but I cant. I followed instructions ...simply include their source file after you include jQuery's... Obviously my page will be something like this: script type=text/javascript src=/home2/misc/jquery.js/script script type=text/javascript

Re: [jQuery] How install JQuery Plugins?

2007-03-23 Thread Matt Stith
The src should be relative to the page your putting it on, so if your page is in /home2/sites/default, then your src should be plugins/jquery- select.js On 3/23/07, MARIO MOURA [EMAIL PROTECTED] wrote: Hi I am trying install JQuery Plugins but I cant. I followed instructions ...simply include