[web2py] question: why changing js\jquery.dropdown.js to replace $ with jQuery?

2011-11-06 Thread Carlos
Hi,

Just a quick question: why have you changed 
\applications\welcome\static\js\jquery.dropdown.js, replacing all 
occurrences of $ with jQuery?.

Thanks,

   Carlos



Re: [web2py] question: why changing js\jquery.dropdown.js to replace $ with jQuery?

2011-11-06 Thread Ovidio Marinho
  you ask who?


   Ovidio Marinho Falcao Neto
Web Developer
 ovidio...@gmail.com
  ovidiomari...@itjp.net.br
 ITJP - itjp.net.br
   83   8826 9088 - Oi
   83   9334 0266 - Claro
Brasil

ApĆ³io



2011/11/6 Carlos carlosgali...@gmail.com

 Hi,

 Just a quick question: why have you changed
 \applications\welcome\static\js\jquery.dropdown.js, replacing all
 occurrences of $ with jQuery?.

 Thanks,

Carlos




Re: [web2py] question: why changing js\jquery.dropdown.js to replace $ with jQuery?

2011-11-06 Thread Bruno Rocha
It is for avoid confllicts, $ and jQuery has same purpose, and the use of
jQuery is recommended to avoid conflicts with another JS frameworks.
-- 

Bruno Rocha
[http://rochacbruno.com.br]


Re: [web2py] question: why changing js\jquery.dropdown.js to replace $ with jQuery?

2011-11-06 Thread Carlos
Hi Bruno,

I know that $ and jQuery are the same, but my question is more about why to 
change these external (jQuery plugin) files, which we would need to update 
every time the next version comes out, and the same for all other jQuery 
plugins?, or I guess it's just this one because it's included in web2py 
default app.

Anyways I was just wondering about it, thanks,

   Carlos