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 7556171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:47:59+00:00 2026-05-30T11:47:59+00:00

I load in a div with class name .preview image’s gallery like this: <img

  • 0

I load in a div with class name “.preview” image’s gallery like this:

<img src="http://i2.cdn.turner.com/cnn/dam/assets/120226120954-mandela-paper-t1-main.jpg" alt="120226120954-mandela-paper-t1-main">
<img src="http://i2.cdn.turner.com/cnn/dam/assets/120226120954-mandela-paper-t1-main.jpg" alt="120226120954-mandela-paper-t1-main">
<img src="http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/video_icon.gif" alt="Video_icon">
.
.
.

I have this function for remove img if exist a condition:

 $('.preview').load(function(e){
   img = $(this).find('img');
  if((img.height() < 50) || (img.width() < 50)){
   img.remove();
  }
 });

My problem is that every images are removed

I just want to remove from “.preview” the images which have a width or height less than 50px.

Edited

I get in every images the value “0” for height in alert for this code, so delete every the images. But the images have not this value.

$('form#get_url_image').bind('ajax:success', function() {

$('.preview img').load(function() {
  var $img = $(this);
   alert ($img.height());
   if ($img.height() < 50 || $img.width() < 50) {
       $img.remove();
   }  
});
});

I get the images with each block:

<div class="preview">
 <% @images_urls.each do |image_url| %>
  <%=  image_tag "#{image_url}" %>
 <% end %>
</div>
  • 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-30T11:48:01+00:00Added an answer on May 30, 2026 at 11:48 am

    You have to loop through the individual <img> elements.

    Given your HTML and code, I think that you want to check the dimensions of the images after they have loaded. To do so, use:

    $('.preview img').load(function() {
       var $img = $(this);
       if ($img.height() < 50 || $img.width() < 50) {
           $img.remove();
       }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have dialog created like this $('#add_error').click(function(e) { $('<div>') .load('/someaction/format/html/') .dialog({ title: 'Some title',
I have a load of <div> 's, all with the class name of '
I have a HTML code like this: <div class=links nopreview><span><a class=csiAction href=/WebAccess/home.html#URL=centric://REFLECTION/INSTANCE/_CS_Data/null>Home</a></span>&nbsp;•&nbsp;<span><span><a class=csiAction href=/WebAccess/home.html#URL=centric://SITEADMIN/_CS_Site>Setup</a></span>&nbsp;•&nbsp;</span><span><a
My code-behind looks like this class Image { public string tnImg { get; set;
I have the following HTML: <div id=mydiv> </div> I would like to load content
How can I change a div class name when clicking on it? Eg: <div
I have this html: <div id=signbtn> <a id=login-link class=btnsignin title=Login>Sign in</a> </div> Upon successful
Looking at an example on image upload with JQuery here: http://www.zurb.com/playground/ajax_upload Using this example
I have a div that unions CSS classes as such: <div id=tp class=ui-hidden-on-load ui-tablepicker
I'm trying to load a DIV element from an external page into my current

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.