/ Published in: jQuery
Expand |
Embed | Plain Text
$('.editWork').click(function(){ var c = $(this).text(); if(c == 'Düzenle'){ $(this).text('Tamam'); }else{ $('.editWork').text('Düzenle'); } });
You need to login to post a comment.
$('.editWork').click(function(){ var c = $(this).text(); if(c == 'Düzenle'){ $(this).text('Tamam'); }else{ $('.editWork').text('Düzenle'); } });
You need to login to post a comment.