godsent Posted February 12, 2010 Share Posted February 12, 2010 for example I have this div <div id="currentdiv" class="pie size35"></div> How could I change class "size35" to for example "size50"? Link to comment https://forums.phpfreaks.com/topic/191871-change-class-with-jquery-or-javascript/ Share on other sites More sharing options...
yozyk Posted February 12, 2010 Share Posted February 12, 2010 $('#currentdiv').removeClass('size35').addClass('size50') Link to comment https://forums.phpfreaks.com/topic/191871-change-class-with-jquery-or-javascript/#findComment-1011358 Share on other sites More sharing options...
Adam Posted February 12, 2010 Share Posted February 12, 2010 Edit: beaten to it! Link to comment https://forums.phpfreaks.com/topic/191871-change-class-with-jquery-or-javascript/#findComment-1011359 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.