Hello,
A little new to web development and I had kind of a general question.
The application I'm debugging is throwing a very general jquery error (H is undefined) based on my obfuscated js file. There are jquery methods in this file. The file has been tested and is used successfully in other applications.
I noticed the application that throws the error is loading two versions of jquery:
jquery-1.4.2.js and jquery-obf-1.4.2.cache.js
Typically our applications only load the obfuscated version of jquery.
I was curious if loading 2 versions of JQuery into a page could cause the confliction I'm seeing?
Please advise, thanks.


Reply With Quote
Bookmarks