Have a regex: .*? (rule1|rule2) (?:(rule1|rule2)|[^}])* (It's designed to parse CSS files, and the 'rules' are generated by JS.) When I try this in IE, all
We have an application that is installed on an intranet and is accessed with IE. There are certain things that we want to do if the user closes the browser (e.g
I am transmitting message from an iframe to its parent page using postMessage. This is my code. In iframe: $(".history_date").click(function(event) { window.t
Did windows update http://support.microsoft.com/?kbid=2846071 break the handling of window.event.clientX and clientY? It seems that Windows 7 machines using IE
I want to be able to scroll through the whole page, but without the scrollbar being shown. In Google Chrome it's: ::-webkit-scrollbar { display: none; }
In an event handler in a standard compliant browser, this and e.currentTarget (where e is the parameter of the handler) refer to the element to which the handle
In the web application I am working on, we have some long-running processes that are in charge of getting office documents. We basically open a popup with windo