Skip to content

Instantly share code, notes, and snippets.

@softiconic
Last active December 2, 2023 18:50
Show Gist options
  • Save softiconic/7c4077231d95b4d7ed1c4761bf28b504 to your computer and use it in GitHub Desktop.
Save softiconic/7c4077231d95b4d7ed1c4761bf28b504 to your computer and use it in GitHub Desktop.
Add a class on click.
$('#classorid').click(function() {
$('.classoridnew').addClass("class");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment