Rune Grønkjærs Blog
Abonnér på mit feed

Monthly archives: August 2010

NEW jQuery Modal Window – now all mine

Hereby the reproduction of the Modal Window plugin. This time in a version written solely by myself. For new readers I’ve been forced to rewrite my jQuery Modal Window as I have switched jobs. See a lot of demos on the page for the new jQuery Modal Window .
Categories: Form, Javascript, jQuery, jQuery Modal Window, Plugin | Tagged , , , , , | Drop a comment

jQuery.Append() speed test

Long I and my colleagues have been wondering which method is best for adding DOM (Document Object Model) elements to other DOM elements. jQuery has a super method jQuery.append(), which can be used for the task. One calls jQuery.append() on a jQuery selection, and send it/the elements which they want incorporated into the the selected item. That in itself is very smart because it saves us a lot of hassle code. The problem is so… How to use the jQuery append method in the best way? We must be able to save som time. Especially when you want to insert many elements into the DOM.
Categories: html, Javascript, jQuery, tests | Tagged , , , , , , , | 4 comments
Dansk version