-
Website
http://netfactory.dk/ -
Original page
http://netfactory.dk/2009/07/29/building-image-tags-with-jquery/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
budget tracking software
1 comment · 1 points
-
CostaRicaRealEstate
1 comment · 1 points
-
Ulrik Hindø
1 comment · 1 points
-
mahler
3 comments · 1 points
-
slots
1 comment · 2 points
-
-
Popular Threads
$('<img>')
.attr('src', 'image_polar.jpg')
.attr('alt', 'Polar bear')
.attr('height', '200')
.attr('width', '300')
.click(function () { alert('You clicked the image'); })
.appendTo('#image');