Skip to content

Instantly share code, notes, and snippets.

@og-shawn-crigger
Created May 11, 2012 16:30
Show Gist options
  • Save og-shawn-crigger/2660783 to your computer and use it in GitHub Desktop.
Save og-shawn-crigger/2660783 to your computer and use it in GitHub Desktop.
jQuery Snippet to Change no-js class to js
$(document).(ready(function () {
$(".no-js").addClass('js').removeClass('.no-js');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment