I’m using CodeIgniter 2.0 and jQuery UI plugin. I have a page containing a jquery Tab control. When I load this page, the browser goes behind of all open windows only when the browser is Internet Explorer. It seems that focus has been lost but in the taskbar it shows itself focused/active. But page load completes behind.It goes behind after the header has been loaded. I’ve search on the net but didn’t find anything helpful. Any kind of help will be appreciated.
Share
The problem has been solved. It’s not clear to me but I’ve removed a jquery file from being loaded/added by script tag in the header section and it worked for me. The file was eye.js that had been used with jquery color picker plugin.