Comment the below given code in reward.xml
<!–customer_account>
<block type=”enterprise_reward/customer_account” name=”enterprise.reward.customer.account” />
</customer_account–>
Comment the below given code in reward.xml
<!–customer_account>
<block type=”enterprise_reward/customer_account” name=”enterprise.reward.customer.account” />
</customer_account–>
Use “<remove name=”catalog.compare.sidebar”/>” in layout xml file
<script>
$(“body”).click(function(event) {
alert(event.target.id)
});
</script>
jQuery(‘#text-box-id’).val(100);
jQuery(‘#text-box-id’).val();
jQuery(‘#div-id’).height(100);
jQuery(‘#div-id’).height();
Edit the function _prepareLayout in the page app/code/core/Mage/Review/Block/View.php
Edit the file templatepagehtmlbreadcrumbs.phtml
<style>
#hover-text { position:relative; cursor:pointer; }
#hover-text span {
display:none; position:absolute; top:0; left:100px;
z-index:1; width:150px; padding:10px; border:1px solid #ccc;
border-radius:5px; box-shadow:4px 4px 4px #999;
}
#hover-text:hover span { display:block; }
</style>
<div id=”hover-text”>
Site Name
<span>
PHPCodez
</div>