Make an element clickable with JavaScript
jQuery(document).ready(function() { jQuery('.pi-header').click(function() { window.location.href='index.php'; }); });