$(document).ready(function() { switch(location.hash) { case '#example': $(this).parent().parent().find('div.none').slideToggle('slow'); break; ... } });