Javascript Change Class Onclick
Im just trying to get to grips with javascript / ajax / jQuery so Im building a ticket system for my website. Anyway, I have a table at the top of the page; ).on('click', 'a', function(e) {
$('.subtopic a').removeClass('selected'); // remove the class from all the links
$(this).addClass('selected'); // add it to the clicked link
}
Post a Comment for "Javascript Change Class Onclick"