Tagged Questions

7
votes
3answers
3k views

Selecting text in mobile Safari on iPhone

I'm trying to make it easy for an iphone user to copy some text to the clipboard in mobile safari. As in the usual "touch-hold-copy". There is a specific bit of text I want to a user to copy. I have ...
5
votes
1answer
72 views

Getting the contents from client's clipboard like this website

Can someone explain how does this website accesses the contents of the clipboard and displays it? http://snag.gy I am working on a similar project and need to make use of this functionality where ...
3
votes
1answer
74 views

Is there any movement in the standards body to support a safe way to copy to the clipboard?

It seems like a general purpose need on the web that a page can copy something to the user's clipboard if the request is initiated by the user (not just by some script). A classic example is ...
3
votes
1answer
219 views

trouble with ZeroClipboard of add a tooltip

I'm trying to use Zeroclipboard http://code.google.com/p/zeroclipboard/ to copy stuff to the clipboard and add a tooltip when the mouse hover on the flash. but it doesn't seem to be working. my html ...
3
votes
2answers
1k views

jQuery UI Dialog and Flash in IE

I've been trying to get Zero Clipboard and jQuery UI Dialog to play nice together, and it's proving to be rather difficult. Zero Clipboard allows copying to clipboard from Javascript by placing a ...
2
votes
2answers
599 views

copy text to clipboard with jquery or javascript

how to copy some text to the clipboard with jquery or javascript, from google. i know there is a pludgin named zeroclipboard http://code.google.com/p/zeroclipboard/ can do this with cross ...
1
vote
2answers
68 views

Button to paste from clipboard for all browsers

Is it possible create a button that can be used to paste some clipboard text into a textbox using javascript? In my project I'm using ZeroClipboard to copy any text that I want, but now I need to ...
1
vote
1answer
112 views

Posting moving elements to the clipboard with zeroclipboard

Alright zeroclipboard experts, I need some help. I have a popup context menu and I press a button on that menu to copy some text. This works fine the first time. However, when I open the menu in ...
1
vote
2answers
1k views

Jquery/javascript copy to clipboard

I'm using http://www.steamdev.com/zclip/#usage to copy some text to the clipboard and that code is working just fine. It uses flash to create a crossbrowser solution and it is based on ZeroClipboard, ...
0
votes
1answer
12 views

How to play sound with ZeroClipboard?

Is there a way I can play a sound each time a click is made using ZeroClipboard? I have a custom sound made that I want to play on those events. PS. I can't use an <embed> here because I don't ...
0
votes
0answers
54 views

ZeroClipboard / zClip — how to bind to live events?

I'm trying to bind zclip with live: $('.code').live('click', function () { $(this).zclip({ path: '<%= asset_path "ZeroClipboard.swf" %>', copy: $(this).text() }); ...
0
votes
1answer
37 views

ZeroClipboard: .swf being positioned improperly

Trying to get zeroclipboard positioned properly, and things aren't working quite as expected, even while following the Wiki. I've got my clipboard area contained within a separate div, and then I'm ...
0
votes
1answer
81 views

Why is the onclick event not firering on my anchor with an image inside it?

I'm working on copy to clipboard using the zeroclipboard api,. I made a simple test page with an HTML anchor as follows: <a href="#" id="copy" >copy</a> By clicking on copy link, the ...
0
votes
0answers
112 views

Zeroclipboard.js onhover cursoe pointer issue

Am using zeroclipboard.js and the cursor pointer (hover effect) doesn't come to the copy link at the page load it shows only cursor arrow ,only if you interact on page somewhere and go to link again ...
0
votes
1answer
203 views

zeroclipboard is not positioning the flash button exactly on top of the div

funny, this worked for a while perfectly and has suddenly stopped, with AFAIK no changes. probably a browser caching thing. Anyway my zeroclipboard code: var $j = jQuery.noConflict(); ...
0
votes
0answers
53 views

Several hundred zeroclipboards

I have a page full of image previews each with a zeroclipboard attached to it, it's insanely slow because each image needs 1 clipboard, is there a better way to do this?
0
votes
0answers
70 views

ZeroClipboard doesn't load from a sub directory

In the setup instructions of zero clipboard (ZC) it says that if the files are in a sub directory then provide the url or the path to it so that your page can find it. ...
0
votes
0answers
180 views

getting zeroclipboard to work in a wordpress plugin

I want to create a plugin that has a widget that includes a 'copy to clipboard' button to copy a string to the user's clipboard. The most basic zeroclipboard functionality is listed on their page: ...
0
votes
0answers
231 views

Javascript/css: Zeroclipboard hovering problem in google chrome

I am hoping to use multiple zeroclipboard divs like the demo here: http://bowser.macminicolo.net/~jhuckaby/zeroclipboard/multiple.html In google chrome, if I hover over the elements in the first 2 ...
0
votes
1answer
241 views

How to Copy to Clipboard in JavaScript and make it HTML?

I found some nice solutions here on how to copy text in JavaScript to the clipboard in: How to Copy to Clipboard in JavaScript? But is there any way to give it a type? Want I want is to paste to ...
0
votes
1answer
452 views

Zero Clipboard Doesn't work when it's called dynamically

For coping to the clipboard I'm using Zero Clipboard, recommended by this answer. The code works perfectly fine when used in this form. <div id="d_clip_button" style="background: #FFFFCC;"> ...
-1
votes
2answers
230 views

Zeroclipboard problem

i run use a javascript code for getting browser information it run fine on microsoft windows xp but it not working on microsoft windows server 2003. my code is folowing. plz help. <html> ...