I'm pretty new to jQuery so please excuse me if this is answered elsewhere and I didnt find it.
My code snippet is here: http://pastie.org/782043
I'm basically rewriting the attr properties and wrapping an image in a table to dynamically add a caption from the alt text.
IE7 Error:
Line 102, Char 276, Error: unexpected call to method or property access, Code: 0
I looked in the minified version of 1.4 and line 102 is insertBefore. I am using it in relation to a table. Is this a know issue? is there a simple workaround? Renders fine in Firefox and Safari. Haven't tested on IE6, but I dont really care about that browser. Thanks in advance.