Linkler

function showImage(img){ return (function(){ img.style.display=’inline’; }) } var ul = document.createElement(‘ul’); for (var i=0, post; post = Delicious.posts[i]; i++) { var li = document.createElement(‘li’); var a = document.createElement(‘a’); a.setAttribute(‘href’, post.u); a.appendChild(document.createTextNode(post.d)); li.appendChild(a); ul.appendChild(li); } ul.setAttribute(‘id’, ‘delicious-list’); document.getElementById(‘delicious-box’).appendChild(ul);

Yorum yapın

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Değiştir )

Twitter picture

You are commenting using your Twitter account. Log Out / Değiştir )

Facebook photo

You are commenting using your Facebook account. Log Out / Değiştir )

Connecting to %s

Takip Et

Get every new post delivered to your Inbox.