[jQuery] jQuery with Prototype
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.
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?
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/