Comment the below given line in enterprise_wishlist.xml
<!–action method=”addLinkBlock”><blockName>wishlist_link</blockName></action–>
Comment the below given line in enterprise_wishlist.xml
<!–action method=”addLinkBlock”><blockName>wishlist_link</blockName></action–>
Add the below given code in customer.xml
<block type=”checkout/cart_sidebar” name=”cart_sidebar” as=”topCart” template=”checkout/cart/sidebar.phtml” />
Use “<remove name=”sale.reorder.sidebar”></remove>” in customer.xml file.
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();