JavaScript
[1]      «      3   |   4   |   5   |   6   |   7      »      [25]

Drag and drop via sneaky Textarea hack

Ernest Delgado put together work from an earlier project, and the realization that textareas are native drop targets, to create Drag and Drop without Drag and Drop.
Something that I never realized ....... read more
Wed,
03 Sep 2008
QUnit: A simple look at the jQuery unit test framework

Chad Myers has a simple look at GUnit, the jQuery based unit test framework. His article explains how to get going, and walks through a test like this: PLAIN TEXT JavaScript:
 
module("S ....... read more
Wed,
03 Sep 2008
toStaticHTML: Sanitize your HTML in IE 8

The IE 8 beta has a new method, toStaticHTML that sanitizes HTML strings by removing dHTML elements and attributes from an HTML fragment. The example they give is: PLAIN TEXT HTML: