Hi
I am displaying a list of items (actually just the item images) in a module. I have linked the images to "View" and added the class "modal", so that the whole item should display in a modal window when you click on an image in the list. Unfortunately, the modal window is empty, and I get this error report:
TypeError: Argument 1 of Node.contains does not implement interface Node.
http://localhost/karrierecoach.dk/media/system/js/modal.js
Line 15
this.toggleOverlay(!0);this.fx.overlay.start(this.options.overlayOpacity);return
this.reposition()},applyContent:function(a,b){if(this.isOpen||this.applyTimer)this.applyTimer=clearTimeout(this.applyTimer),this.hideContent(),a?(this.isLoading&&this.toggleLoading(!1),this.fireEvent("onUpdate",[this.content],20)):this.toggleLoading(!0),a&&(["string","array"].contains(typeOf(a))?this.content.set("html",a):a!==this.content&&this.content.contains(a)||this.content.adopt(a)),this.callChain(),this.isOpen?
I would be really happy if any of you could solve this for me :)
Best regards, Lois