[jQuery] Running jQuery when already have $() from prototype
Hi,
The company I work for have our own custom javascript library where we basically have 'borrowed' some functions such as the infamous $() from prototype as well as a fair bit of our own. The application is pretty big and we want to avoid changing the current $() functionality, but we really want to start incorporating jQuery. I have read docs/PrototypeAndJQuery/, but I'm still not sure how this would work. Will the jQuery $() (which is 100 times better) overwrite the prototype $() when jQuery is included last? I thought I'd try to reach out to someone with experience doing this instead of causing the application to break severely.
Thanks, Rune
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/