ARTICLE NO. 282    March 26, 2008

Accessible jQuery extensions

Is accessibility on your mind? Then the accessible jQuery charting and slider extensions could really rock your world.

ABOUT THE AUTHOR(S)

Comments

Add a new comment

Because of problems with spam comments, HTML in comments is not permitted. URLs are allowed, but they will not be rendered as clickable links.

console.log(‘Failed to load Google Analytics:’ + err);

The line is sure to cause headaches when there is some sort of error loading the GA code AND the user is not using some sort of JS console (be it Firebug on Firefox or IE JS Companion)

Might want to remove it, or prefix it with
if (typeof console != ‘undefined’)

console.log(‘Failed to load Google Analytics:’ + err);

The line is sure to cause headaches when there is some sort of error loading the GA code AND the user is not using some sort of JS console (be it Firebug on Firefox or IE JS Companion)

Might want to remove it, or prefix it with
if (typeof console != ‘undefined’)

  • Showing 1-2 of 2