Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6246525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:42:26+00:00 2026-05-24T12:42:26+00:00

http://jsfiddle.net/w4eL7/1/ its not working in my case because my copy handler the copy id

  • 0

http://jsfiddle.net/w4eL7/1/

its not working in my case because my copy handler the copy id is hidden initially and zClip has a check for hidden element

 if (o.is(':visible') && (typeof settings.copy == 'string' || $.isFunction(settings.copy)))

so i removed o.is(':visible') check from it but still its not working, my swf file is placed at right place.

on checking i found that

clip.addEventListener('mouseDown', function (client) {
                        o.trigger('mousedown');
                        if(!$.isFunction(settings.copy)){
                            clip.setText(settings.copy);
                        } else {
                            clip.setText(o.triggerHandler('zClip_copy'));
                        }                        
                        if ($.isFunction(settings.beforeCopy)) {
                            o.trigger('zClip_beforeCopy');                            
                        }
                    });

is not working i mean any thing inside the addeventlistner is not working at all, can anybody either tell me the workaround of doing it or can help me in fixing it

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T12:42:28+00:00Added an answer on May 24, 2026 at 12:42 pm

    First remove the display: none; in .rightMenu in the css-file. It will be hidden after the zclip-call which moved to the beginning. I made some more smaller changes (look also at my jsfiddle: http://jsfiddle.net/wV3H8/).

    $(document).ready(function() {
        var selectedElement = null;
    
        $("#copyChildDivId").zclip({
            path: "swf/ZeroClipboard.swf",
            copy: function() {
                return (selectedElement !== null ? $(selectedElement).attr("id") : "");
            },
            afterCopy: function() {
                $('#rightMenuItem').hide();
            }
        });
        $('.rightMenu').hide();
    
        $(".item").bind("contextmenu", function(e) {
            $('#rightMenuItem').css({
                top: e.pageY+'px',
                left: e.pageX+'px'
            }).show();
            selectedElement = this;
            return false;
        });
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://jsfiddle.net/NZ2FJ/ As you can see in the example above, data-placeholder=true is not working. Can
http://jsfiddle.net/nWqYL/2/embedded/result/ I've been working on fixing some issues with this prototype site. Myself and
http://jsfiddle.net/defencedog/2Skc7/ I am trying to remove the online class ONLY for administration which has
http://jsfiddle.net/kent93/AyEpR/ i want to hide() the loader gif , after the audio has loaded.
http://jsfiddle.net/aBaw6/2/ This demo does not add class when you hover a list item. What
http://jsfiddle.net/ZNS49/ I'd like the mainBody div to take up what space he has on
http://jsfiddle.net/TAvtJ/ Trying to do something more complex, but I seem to not understand the
http://jsfiddle.net/CsrrD/ Given an object var viewModel = { Opts: ko.observableArray([ { d: 'a', v:
http://jsfiddle.net/h2vMN/1/ I have a text box text inside it already, in the actual application
http://jsfiddle.net/skowron_line/zPCBc/1/ var d1 = '31.05.2012'; var d2 = '01.06.2012'; var s1 = d1.split('.'); var

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.