This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 9d738232b6a205fbf73559fba19f76b400b043af
tree 457cd47dd4ac6449ff34a84c9bbc929cff13b1cd
parent b91b6be073b2048d5af0a12d75aef01881e756ac
tree 457cd47dd4ac6449ff34a84c9bbc929cff13b1cd
parent b91b6be073b2048d5af0a12d75aef01881e756ac
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
javascript/ | ||
| |
lib/ | ||
| |
swf/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
ClickToCopyTextfield ==================== click textfield to copy to clipboard, note that this plugin requires jQuery (or jrails). This uses the Clipboard 2.0 jQuery plugin [http://plugins.jquery.com/project/clipboard] This probably won't work with Flash 10 as Adobe has changed permissions in Flash. Example ======= in your view or layout, include the javascript: <%= javascript_include_tag 'jquery.clipboard.min.js' %> and then do something like this: <%= click_to_copy_text_field_tag 'share-link-1', "http://some_link", :size => 10 %> Copyright (c) 2008 Andrew Ng, released under the MIT license








