$(document).ready(function(){ var iden = window.location.pathname; switch(iden) { case: 'index.php'; $('.arama').hide(); break; } });