scripts.js function creativeHeader()

I am having a javascript conflict (bug) with function creativeHeader() within your scripts.js file (around line 411). I am having to disable (comment) this function in the scripts file. Disabling it has no direct visual impact, but allows other later scripts to load. I have a custom script (in a no-conflict wrapper) that works fine when creativeHeader is disable. This error occurs in both Chrome and Firefox, whether my script is loaded or not.

When I looked in to the issue it seem to be related to ch.live call. .live() (flagged as not a function) was depreciated in version 1.7 of jquery. Wordpress is currently loading 1.11.2. Maybe you could convert your script to use .on() for an upcoming update.


Thanks ;))

Comments

Sign In or Register to comment.