[Nitro] update morpher
George Moschovitis
george.moschovitis at gmail.com
Thu Sep 21 08:16:55 EDT 2006
Ok I will investigate closer jquery.
nitro will not dictate one js library. I will just work on one
adapter. And I would like to choose one api for use in my updated
admin part (called system)
-g.
On 9/20/06, Jonas Pfenniger <zimba.tm at gmail.com> wrote:
> On 20/09/06, TRANS <transfire at gmail.com> wrote:
> > I think Prototype and JQuery clash. So while both could be supported
> > you can only use one or the other in a given page/session. (Please
> > correct me if I'm wrong about this). Not sure about Dojo though.
>
> The clash comes because both define $()
>
> According to the JQuery page, you have to take care of two things :
> * Load prototype.js before jquery.js
> * Use the '#' when you're looking for ids. Prototype allows to search
> by id without prefixing # but JQuery is more css-like strict.
>
> Attribute selectors might also work a little bit differently :
> $('#id[attr=xy]') in prototype
> vs.
> $('#id[@attr=xy]') in jquery
>
> --
> Cheers,
> zimbatm
>
> http://zimbatm.oree.ch
> _______________________________________________
> Nitro-general mailing list
> Nitro-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/nitro-general
>
--
http://www.gmosx.com
http://www.nitroproject.org
More information about the Nitro-general
mailing list