Hi,
I am stuck in a major issue with jquery plugins. I have some code written with jquery 1.7.1, now I started using bootstrap and that need 1.9.1 jquery plugin or higher.
After including this version "https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js ", my previous functionality stopped working. Then I used both versions but no luck again.
I don't want to rewrite my previous code to make it compatible with new version. Please provide solution
I am getting many errors like: Uncaught TypeError: that.errorDialog.dialog is not a function, .live is not a function, null errors. I am getting errors with my code that is working fine with jQuery 1.7.1
How do I fix this please help.
Thanks!
Deepika