Viewing 2 replies - 1 through 2 (of 2 total)
  • Yeah, I had this javascript warning as well… so I looked at the js file and found a comma after the last element in the jQuery css function:

    Here what I found: (bottom of ie6w_top.js)

    "padding": "3px",
    		}).width((ie6w_b *28)+12);

    and then I fixed it to

    "padding": "3px"
    		}).width((ie6w_b *28)+12);

    and it works now!

    cheers, kulpae

    hi guys! thanks for the reply, in this last version i fixed the .js file and it is now fully using the wp api for js. i guess this should fix everything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Shockingly Big IE6 Warning] Plugin crashing Javascript’ is closed to new replies.