Search the blog
Rune on the web
Twitter
LinkedInCategories
- .NET (9)
- Ajax (6)
- Analytics (1)
- Blog post (1)
- Content Rotator (1)
- css (4)
- e-commerce (17)
- Form (3)
- html (5)
- Image Viewer (1)
- Javascript (17)
- jQuery (14)
- Plugin (7)
- jQuery Modal Window (2)
- Languages (3)
- regexp (3)
- Tea Commerce (18)
- tests (1)
- Umbraco (19)
- Wordpress (2)
- Theme (1)
- xslt (5)
-
Recent posts
Archive
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 form, javascript, jquery, jquery modal window, modal, window
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 append, Document object model, DOM, html, javascript, jquery, speed test, test
4 comments
dansk version