How to Change Attribute
How to Change Attribute
Hi,
This is my code :
if ($(this).attr('class') == 'loginactive')
$(this).removeClass('loginactive');
else
$(this).addClass('loginactive');
Can you shorten this ?
Thanks...
Topic Participants
cihangirhkutlu
jakecigar