I seem to have a problem with some jQuery, and I can\'t figure out where I am going wrong so I just want to take ie7开发者_开发知识库 out of the equation by excluding it, can this be done with jQuery?
I\'m trying to do something like this win = null; win = window.open(\'/url/to/link\',\'tab开发者_运维知识库\');
The code works fine in Firefox, but not in IE8. I\'m getting an erro开发者_开发技巧r: \'address\' is null or not an object.
How to Detect IE7/IE8 \"run as administrator\" mode with Javascript?I have a html page that needs to be run in administrator mo开发者_如何学运维de.
Hi I\'m having some trouble wi开发者_运维知识库th IE7 when doing a map. I\'ve made an xml and ajaxed it to grab points based on where the user is on the map.
I am doing comet long polling to retrieve notifications from the server.There is significant delay when requesting new pages quickly.The long poll request is held for 60 seconds.I\'m pretty confident
Note: this question is no longer relevant. The site has been moved to a new host and the the code on the site no longer applies.
I used jQuery UI buttons in a project, and they have been working fine. But, in IE7, the icon doesn开发者_如何学运维\'t float as it should. I realise IE doesn\'t have rounded corners support yet, but
I have a map with several divs positioned absolutely on the page. Each div has a background image which contains the no开发者_StackOverflowrmal state and the hover state in one file. When the user mou
There is a strange bug which I can\'t solve. The bug is reproducable by this simplified example: css: table.class1 td.subclass1{ display : none }