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
Category Archives: tests
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.
Also posted in html, Javascript, jQuery
dansk version