[thelist] jQuery with Prototype

Mohsen Saboorian mohsens at gmail.com
Mon Jul 10 06:17:21 CDT 2006


Hi,
I want to use prototype and jquery together. I followed with the page
http://jquery.com/docs/PrototypeAndJQuery and included first
prototype.js and the jquery.js in my page.

Unfortunately $("#elem").value='something' doesn't work, although I
could still use $('elem').value='something'

I have also tried with other kinds of XPaths like //#elem or
textarea#elem, but still nothing happens.

Where is the problem?



More information about the thelist mailing list