|
You are here |
www.quirksmode.org | ||
| | | | |
www.useragentman.com
|
|
| | | | | [AI summary] The provided text is a collection of user comments and discussions about an HTML5 drag and drop tutorial. The tutorial includes a JavaScript library called DragDropHelpers.js, which provides functionality for handling drag and drop events in HTML5. The comments include various questions, suggestions, and feedback from users who have used the tutorial and the library. | |
| | | | |
snook.ca
|
|
| | | | | Snook.ca - Life and Times of a Web Developer | |
| | | | |
peter.michaux.ca
|
|
| | | | | [AI summary] The provided text is a detailed discussion and documentation of various methods for detecting when the DOM (Document Object Model) is fully loaded in web browsers, particularly focusing on Internet Explorer (IE) and other modern browsers like Mozilla Firefox, Opera, and Safari. The discussion covers different approaches such as using the `DOMContentLoaded` event, `readystatechange` event, `onload` event, and techniques involving `document.readyState`, `insertBefore`, and `document.fileSize`. It also touches on the challenges of handling iframes, dynamic content, and server-side considerations for unobtrusive JavaScript. The text emphasizes the need for multiple event handlers to address different scenarios and the importance of understanding bro... | |
| | | | |
fotis.xyz
|
|
| | | Using the details HTML element for native toggling functionality | ||