$(document).ready(function() { var offerMobileExpand = '.tkr_offerMobileExpand'; var offerDivExpand = 240; // pixels $(offerMobileExpand+' a').click(function() { $(offerMobileExpand).show(); $('.five_column_inner').css('height', offerDivExpand); $(this).closest('.five_column_inner').css('height', 'auto'); $(this).closest(offerMobileExpand).hide(); return false; }); });