Combination of more than one jQuery version within an application
Hi,
I have an application developed using jQuery1.2.3 and I currently have issues with printing a pre-defined area of a page within the application.
I found the solution in the jQuery Plugin - PrintArea but it's not compattible with jQuery 1.2.x. The introduction of PrintArea and jQuery 1.3.2 to my app throws errors like "exception thrown and not caught - jQuery1.3.2.js" and "object does not support this property or method - on the line where I'm calling the printArea function".
What's the way out of this? I need help....
Thanks...