$(function() { $(":button").click(function() {$("div.child_current").prevAll('.parent:first').removeClass().addClass('parent_current'); }) });