Tagged Questions
1
vote
1answer
651 views
Create a 'send to Delicious' bookmarklet with custom tag
I've created a javascript bookmarklet that gets the current page's title and URL, using the following code:
//Check to see if jQuery is already loaded
if (typeof jQuery == 'undefined') {
var jQ = ...