SyntaxFix
Write A Post
Hire A Developer
Questions
if in multiple class you want to change additional operation in perticular class that show in below example
$('.like').click(function(){ var like= $(this).text(); $(this).text(+like + +1); });