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/defencedog/2Skc7/ I am trying to remove the online class ONLY for administration which has
http://jsfiddle.net/michelpm/jywqh/ The table has 1000 pixels of width, so the table columns with 3.9%,
http://jsfiddle.net/aBaw6/2/ This demo does not add class when you hover a list item. What
http://jsfiddle.net/4hLnZ/ can someone figure out why my sub menus are not displaying above the
http://jsfiddle.net/EZbmw/ The button has a style blue background and the :hover state should maintain
http://jsfiddle.net/3V6MM/ Please tell me how can I write common style for class=property-title to display
http://jsfiddle.net/9BCrs/5/ I have this set up to load a file into a DIV using
http://jsfiddle.net/fJkBU/1/ That's my code. Basically, I have an iFrame whose source may change. I
http://jsfiddle.net/fQv97/ HTML <div class=table-cell> My text, should be align middle </div> CSS .table-cell {
http://jsfiddle.net/VhjR7/1/ When you click the my lists menu once, it expands, but if you

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.