Yesterday we identified a problem with one of our sites crashing whenever the iframe on the homepage was hidden, and it was only happening on IE9. The iFrame contained some simple html and a slideshow, which was being run with jquery. Why would this cause a crash in IE but not the other browsers?
I'm developing a web site using asp.net 2.0 and I recently added a few lines of javascript to save the scroll position of a div across postbacks. The problem is that when the page loads the div's ...
I'm developing a web site using asp.net 2.0 and I recently added a few lines of javascript to save the scroll position of a div across postbacks. The problem is that when the page loads the div's ...
I am searching for something which renders an HTML template starting from a JSON file of data. The matter is that the plugin/framework/library I'm searching for must create itself the <html> ...
I am searching for something which renders an HTML template starting from a JSON file of data. The matter is that the plugin/framework/library I'm searching for must create itself the <html> ...
i am replacing the img src attribute using javascript my code is <div class="reader" id="reader1"></div> <img src="images/img_001.jpg" alt="image" id="image1"/> </div&...
i am replacing the img src attribute using javascript my code is <div class="reader" id="reader1"></div> <img src="images/img_001.jpg" alt="image" id="image1"/> </div&...
I have been working on making a form that uploads an image through ajax with php doing the upload. For some background I am having an issue where the xhr.readyState and .Status seem to run and upload....
I have been working on making a form that uploads an image through ajax with php doing the upload. For some background I am having an issue where the xhr.readyState and .Status seem to run and upload....