Hello,
I have the following jQuery code (simplified for question purposes):
$(document).ready(function() {
alert("Test");
});
Its inside a the of a .NET master page. This code fires on some of our computers but not on others. All users have the same version of IE and I also have tested this on Firefox with the same results. All browsers have scripting enabled and stuff like that, at This point I don't know what else could be causing this issue. I am using jQuery version 1.3.2. Of course my real code is more interesting than what I posted, but if I cant get an alert to fire, then what use is the rest :)...
Any help is welcomed.
Thanks