At the bottom of index.php I have this code and it works:
<script type='text/javascript'>
$("#tbAlegro").click(function() {
window.location = 'alegro.php';
});
</script>
At the bottom of alegro.php I have the same code and it doesn’t work:
<script type='text/javascript'>
$("#logoCh").click(function() {
window.location = 'index.php';
});
</script>
logoChon alegro.php