I am trying to include the above 2 js files in the pages that I use SmartClient (basically I am trying to use either LightBox or some other modal window and these downloads come with the 2 JS files). e.g. http://www.wildbit.com/labs/modalbox/
However, as soon as I include these 2 files, I get Javascript errors in my page (using multiple SmartClient objects). These errors look like this:
isa.isA.Class is not a function (ISC_Core.js Line 130)
isc.Log has no properties (ISC_Core.js Line 126)
isc.ImgTab.getPrototype is not a function (ISC_Containers.js Line 43)
isc.A has no properties (ISC_Forms.js Line 43)
..... and so on.
Has anyone encountered this?
However, as soon as I include these 2 files, I get Javascript errors in my page (using multiple SmartClient objects). These errors look like this:
isa.isA.Class is not a function (ISC_Core.js Line 130)
isc.Log has no properties (ISC_Core.js Line 126)
isc.ImgTab.getPrototype is not a function (ISC_Containers.js Line 43)
isc.A has no properties (ISC_Forms.js Line 43)
..... and so on.
Has anyone encountered this?
Comment