$(document).ready(function() { $("#logo").click(function() { document.location.href=base_url + "/home"; }); });