I am using Codeigniter 2 with modular extensions. I load all my pages through Ajax jQuery.
I load the page as follows:
<a href="#Add Products" onclick="addProduct()> Add Product</a>
In IE, the title page is set as My Admin Title # Add Products.
How to remove this fix for posts in IE header?
I want the title of my page to remain the same, just "My Admin Title".
source
share