|
Bookmarklet
Bookmarklet for no-setup trial of UFD on _any_ page.
Featured IntroductionThis bookmarklet will allow you to try out UFD on any web page you like with no installation! The bookmarklet script will automatically inject all the needed script and CSS, and wrap all (non-multi) select drop-downs. It is only modifying the local page, and is discarded on page refresh etc. All forms should still submit completely correctly - remember that the U stands for Unobtrusive. Unless you are using Internet Explorer, simply drag the link below on to your bookmark bar, visit the target website, then select the bookmarklet. If you want this in iE, you need to create the bookmarklet manually. Create a new bookmark to anywhere, and replace the bookmarks' URL with the link URL/href below. You can get this with a right click -> copy shortcut on the link.
The script will apply itself to all non-multi select tags, i.e. jQuery("select:not([multiple])").ufd(); Known issues
|
javascript:(function(){function%20ifr(w){try{var%20d=w.document,s=d.createElement('SCRIPT'),i=0;s.type='text/javascript';s.src='http://ufd.googlecode.com/svn/tags/latest-stable-bookmarklet.js';d.getElementsByTagName('head')0?.appendChild(s);for(;i<w.frames.length;i++){ifr(w.framesi?);}}catch(e){}}ifr(window);})();