Different files of jQuery with different versions are creating issues
Hi All, We are using three different jQuery files of different version in our project.
(1) jQuery-ui-custom-min-1.9.2.js - For Ajax modal popup
(2) jQuery.min.js - For all other jQuery related fucntions
(3) We have one Quick poll functionality placed on our site. we use jQuery version 1.4.3 with some custom code here.
we are referring all 3 files on one page.
Now in AJAX modal popup there is a method named "dialog". We are getting an error here. Mentioning that "object doesn't support this property or method" at the code - $('#ArticleImageDialogModal').dialog({
when i remove the jQuery file with version 1.4.3 , the issue is resolved. but then the functionality related to it gets broken.
Any ideas on this issue will be highly appreciated.