/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('', { text: 'jQuery is awesome!', href: 'http://www.jquery.com', id: 'someAwesomeID', rel: 'external', title: 'This is a title' }).appendTo('body');