Internet Explorer Global Variable Blow ups
Posted by: Rick Strahls WebLog,
on 22 Mar 2009 |
View original | Bookmarked: 0 time(s)
I ran into an odd behavior/bug with Internet Explorer today that I hadnt noticed before in relation to global variable assignments. Check out the following code that fails for me in IE 8 both in compatibility and standards mode: $(document).ready(function() {
panelNewResource = $("#panelNewResource");
panelRename = $("#panelRename");
panelTranslate = $("#panelTranslate");
panelRenameResourceSet = $("#panelRenameResourceSet");
lstResourceIds...