Last active
December 2, 2023 18:50
-
-
Save softiconic/7c4077231d95b4d7ed1c4761bf28b504 to your computer and use it in GitHub Desktop.
Add a class on click.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#classorid').click(function() { | |
$('.classoridnew').addClass("class"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment