axer17
-
Code made for jQuery 1.4 not working in jQuery 1.8.3
Figured out why Chrome wasn't running in jQuery. I debugged it in console and it said "Origin Null is not allowed by Access-Control-Allow-Origin" on all the jQuery links in the head tag. Looked it up and this happens because apparentl…
-
Code made for jQuery 1.4 not working in jQuery 1.8.3
@jamy_za: Thanks so much!! You're a lifesaver. It works like a charm on Firefox and IE9, exactly the way I want it to. One last quick question: Do you happen to know of any reason why the jQuery won't run at all on Chrome? I'm running…
-
Code made for jQuery 1.4 not working in jQuery 1.8.3
@jamy_za: Thanks! I changed it to .on(), with the correct parameter order, but it still doesn't fix the problem. The problem that in the navigation, the link corresponding to the page that the user is on does not get the ".current" cl…