// Parent $(this).parent(); // Grand Parent $(this).parent()->parent(); // you can add the name of the parent tag,id,class as a param $(this).parent('div'); //Jerespy