JQuery and IE just can't seem to get along !!!!
So this is weird, anyone have any ideas on this? :
Debugging my project, so I started putting in Alerts to see where and when certain functions were called.
In IE, the alert message pops up everytime a new page is loaded, so either cuz the page loading, or the menu building, not sure. But in all other browsers, that alert message never comes up, so I am assuming this function only gets called in IE???
And another thing that is weird is, my alert is "Hi Dave" so when IE calls that function, it says in the title bar of the message box MESSAGE FROM WEBPAGE and then below Hi Dave
But if I put alerts elsewhere in the project that the other browsers pick up on (and IE too) it will say the alert message but the title bar is MESSAGE FROM LOCALHOST:52212 or whatever
Any ideas?