Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
71 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
218 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
598 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 ...
2
votes
4answers
3k views

How to actually use ZeroClipboard in jQuery?

I just can't get this thing. How is ZeroClipboard supposed to work? Why does it need to move the flash-element over the copied text? I've read this thing: ...
2
votes
1answer
532 views

zeroclipboard hover

I'm trying to implement the flash component used on retailmenot.com and I'm facing some problems with it. After several days of searching and such I succeed on doing the zeroclipboard flash element ...
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, ...
1
vote
1answer
264 views

Use ZeroClipboard within jQuery UI tabs

My web app has a bunch of lists, each within their own jQuery UI tab. I need to add a ZeroClipboard client to each of the list items in all of the lists so that a user can click to copy the item's ...
1
vote
1answer
2k views

Zeroclipboard multiple elements

I'm having troubles to create multiple unique code snippets with Zeroclipboard implementation on them, with the option to lunch a popup window after that code is clicked. basicly I have multiple < ...
1
vote
1answer
2k views

How to load an Ajax response into clipboard using jQuery and ZeroClipboard?

I need a way to copy dynamically (Ajax) loaded content into the clipboard in a Web browser. There are many libraries out there that will mimic the copy-to-clipboard functionality using Flash. ...
0
votes
0answers
36 views

How can i use zeroClipBoard with CuteSoftEditor for Firefox?

I need to implement copy-paste in CuteSoft Editor and the only valid solution seems to be zeroclipboard. How can I implement the CLick in the ContexMenu and the Toolbar Copy button click
0
votes
0answers
24 views

Why doesn't the Zero Clipboard Flash movie line up properly in Internet Explorer 8?

I have an ASP.NET web form with a dynamically-populated "activationCode" <span> element: <fieldset> <legend>Activation</legend> <ol> <li> <label ...
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
53 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
36 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
0answers
81 views

Copy to clipboard or download image of widget from web-app

I'm using gwt to develop a web-app and I want the user to be able to get an image of a chart that is displayed. The specific widget is a LineChart ...
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
37 views

How to define width and height of the div dynamically in jquery zeroClipboard?

I have used jquery ZeroClipboard to open a link on click. There is a code like this which gives the height and width for the div clicking on which can go to the given site link. But the div is ...
0
votes
0answers
219 views

I don't know why Zclip jquery plugin won't copy '\n'(newline) of a textarea

Im trying to copy all text of a textarea but when i have '\n'(newline), it won't copy properly.
0
votes
0answers
242 views

jQuery zclip won't work on ie7? [closed]

plugin website say: 1.) Tested compatible in IE 6, IE 7, IE 8, FF 3.6, Chrome 8, Safari 5, Opera 11 but it won't work on ie7. someone could help me? my code: $('.btn').zclip({ ...
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
0answers
269 views

zclip and jquery ajax issue in firefox

I know its been covered in various topics about being able to use zclip to copy and paste to the clipboard using ajax, but I'm wondering if my issue is something a bit more general with jquery, ...
0
votes
1answer
202 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
179 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
1answer
602 views

cross browser jquery code to copy to clipboard?

jquery or JavaScript code for copy content of an element to clipboard is very important as far as I think. Because I needed it for my project here and I spend two-three days just for it. I had done ...
0
votes
0answers
230 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
240 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
451 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;"> ...
0
votes
1answer
129 views

zeroclipboard - coping and formatting text

I am Struggling to create a selection set to pass through to a zeroclipboard client to copy the contenst of the various html elemnts in a basically formatted form. I can pass through text to the ...
0
votes
1answer
2k views

Trouble with ZeroClipboard

I'm trying to use Zeroclipboard to copy stuff to the clipboard, but it doesn't seem to be working. My code: HTML: <textarea name="texter" id="texter"></textarea> <input type="button" ...
0
votes
3answers
810 views

zeroClipboard complex css problem

i have list of images and on mouse over there is option box shows under it, which has embeded code input box to copy from. now i implemented zeroclipboard on it, for making copy function work on ...
0
votes
1answer
657 views

Using ZeroClipboard with Dijit.Menu to provide copy functionality

I have a webapp that (did) allows text to be copied using zeroClipboard, using a Dijit.Menu, by right clicking. The problem is that Flash 10 needs the user to click on the actual Flash applet to ...
-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> ...