Re: [jQuery] does JQuery have browser bookmarklet development support??

2009-12-01 Thread Dhruva Sagar
A bookmarklet is simply javascript code. eg.) javascript: alert('Hi!');void(0); You can create a bookmark in your browser and add that code for it. Whenever you click on that bookmarklet, it will then execute that code on the current page and in this particular case alert a message saying 'Hi!'. I

[jQuery] does JQuery have browser bookmarklet development support??

2009-12-01 Thread greghauptmann
Hi I want to development some browser bookmarklets (e.g. for firefox, IE, safari) but I'm not sure where to start. As an example of what I'm talking about see: * http://www.evernote.com/about/download/web_clipper.php * http://readitlaterlist.com/bookmarklets/ I'm after a way to allow a