Hey!
I'm using Wordpress Widgets with the del.icio.us Widget. Every <ul> element in my sidebar has a class, something like class='icon comment' which adds an nice comment-icon at every <li>.
I also want to to use these class-elements at my del.icio.us-linklist, but there is only this code in the .php-file:
var ul = document.createElement('ul');
Can someone help me how to add the class-element here?
Link:
Wordpress Widgets: http://automattic.com/code/widgets/ (includes del.icio.us Widget)