facebook

How do you copy images and pictures?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #339173 Reply

    Is there an easy way to copy a image from one page to another using javascript? Suggestion appreciated.

    #339207

    Stu Wade
    Member

    There is a WebKit command that can copy an image from one widget to another sadly I am away from my PC for the next few days so cannot give you the details – try Google.

    #339211

    Brandon
    Member

    Try something like this
    myImg = $(‘#form1-image1’).attr(‘src’);
    $(‘#form1-image2’).attr(‘src’, myImg;

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: How do you copy images and pictures?

You must be logged in to post in the forum log in