I’ve been doing a lot of JavaScript work lately, and while I have been a big Firebug fan/user, I never knew how easy it was to debug JavaScript using console.log() until a buddy at my previous job showed me. The problem with console.log is that if you don’t have the console open you will be [...]
Read the full article →
Is your file throwing you a superfish is not a function or some other jQuery(‘blah blah blah’).functionname is not a function? Surround your call to that function with the ready() function to help ensure everything is loaded before the file tries calling non existent functions.
Read the full article →