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

  • Home
  • SEARCH
  • 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 3484722
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T10:49:17+00:00 2026-05-18T10:49:17+00:00

I created simple modal view photo gallery that gets picture where user clicked and

  • 0

I created simple modal view photo gallery that gets picture where user clicked and shows it in modal view.It works but problem if user clicked 2 or 5 times while model view opens then it shows 2 or 5 the same images in modal view. I used like

$('.popup_block').find('div#userPhoto').append($theImage.clone());

How can I limit it ?

Here is my function that catch user click action. Loading function that creates modal view and so on.And it takes 2-3 seccond

$(this).bind('click',function(){
var $this=$(this);

loading($this);

});
  • 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-18T10:49:18+00:00Added an answer on May 18, 2026 at 10:49 am

    Instead of .append() which appends content, use .empty() first or .html() which replaces it:

    $('.popup_block').find('div#userPhoto').html($theImage.clone());
    

    For those doing a double take, this isn’t what it looks like, what’s really happening with .html() above is a shortcut for this:

    $('.popup_block').find('div#userPhoto').empty().append($theImage.clone());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a custom view that uses Json.Simple to serialize the model and write
I have a simple view that creates a MPMoviePlayerViewController when the user presses a
I have a very simple model that includes the auto-filled field much like 'created'.
I've created a simple rails app that has a people and a notes model.
I have created a simple application and edited the index.erb file so that I
I've created a simple login form that I'd like to validate via ajax. What's
I created this simple rectangle model in Blender that is textured (1024 x 1024).
I have created a simple WCF service that is to be configured by an
The premise is remarkably simple: I want to display a modal view in an
I have created a simple content rotator using the excellent Cycle.js plugin, this gets

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.