Home Answers Viewqa JavaScriptQuestions Replace broken Image using JQuery

 
 


samar
Replace broken Image using JQuery
2 Answer(s)      2 years and 5 months ago
Posted in : JavaScript Questions

Sir

My web page contains a lot of images. But when it will not loaded properly, it shows a broken image.

How can I fix it so that broken image will be replaced by error image automatically. Please Mention code.

Best regards

View Answers

December 11, 2010 at 5:34 PM


Dear friend

Use the following code :

$(window).bind('load', function() { $('img').each(function() { if((typeof this.naturalWidth != "undefined" && this.naturalWidth == 0 ) || this.readyState == 'uninitialized' ) { $(this).attr('src', 'missing.jpg'); } }); })

This code will replace the broken image with default image set by you.


January 25, 2011 at 12:05 PM


$(document).ready(function(){ $("img").each(function(index) { $(this).error(function() { $(this).unbind("error").attr("src", "/images/NoImage.png"); // If you want to replace with any blank image.

        $(this).hide();//You can simply Hide it using this.
    });
    $(this).attr("src", $(this).attr("src"));

});
});

You may have more details available HERE









Related Pages:
Replace broken Image using JQuery
Replace broken Image using JQuery  Sir My web page contains a lot of images. But when it will not loaded properly, it shows a broken image. How can...', 'missing.jpg'); } }); }) This code will replace the broken image
Replace
Replace   Hi, I have two text files in two diff locatons.The text file like below using java program 1)a.txt 1 abc bangalore 2 def adfsdf 3 ghij asdfdsad 2)b.txt A B C Now i want output is like below
jQuery image replacement by click or select
jQuery image replacement by click or select In this section, you will learn to replace image by button click or select drop down without refreshing complete page. EXAMPLE In the given below code, you will learn to replace image
Crop image Using JQuery, servlet or JSP.
Crop image Using JQuery, servlet or JSP.  Hi sir I need the code of Cropping image using JQuery with the help of servlet or JSP. I need both the code Client side as well as of server side. Please Help me
jQuery - jQuery Tutorials and examples
created many examples of using jQuery. View the demo's here. Learn jQuery step by step using the following tutorials: Overview of jQuery..., getting, and setting content using jQuery Manipulating attributes
Zoom Image section using jQuery plug-in
Zoom Image section using jQuery plug-in In this section, you will learn how to zoom an image section by hovering mouse on it using jQuery. The plug-in ,we are using here, is "zoom.js". For zooming an image you must have
jquery
jquery  how to display the leaves taken or holidays of the year or half working days in a calendar in some colors to identify the days using jquery plugin
jQuery Demos
The animation of image using the 'animate' effect of jQuery... Simple Drop Down Menu Zoom Image section using jQuery plug... in different file Display current time using jQuery & JSP
JQuery
JQuery  how to create jquery auto-complete textbox ? in which data...://www.roseindia.net/tutorial/jquery/autoSuggestTextbox.html   thank you for fast reply. when i m using key-down than cursor is not going down.i m not able
Replace TEXT
Replace TEXT   I have two text files in two diff locatons.The text file like below using java program 1)a.txt 1 abc bangalore 2 def adfsdf 3 ghij asdfdsad 2)b.txt A B C Now i want output is like below
The animation of image using the 'animate' effect of jQuery
The animation of image using the 'animate' effect of jQuery... to animate Image. In this example , we are animating a image using animate function of jQuery. We can do following things during animation using it's
JQuery
using url of the doctors, use jquery autocomplete
Image slider in JQuery
Image slider in JQuery  Hi sir I want to create a image slider in jQuery. Please tell me the name of the best image slider plug-in available. Mention code with your reply
regexp_replace in update and replace query in postgres
. is there a way to avoid this problem. Can you send similar query using regexp_replace...regexp_replace in update and replace query in postgres  update message set data = replace (data, 'wmost','westernmost'); April 4, 2011 at 5:04 PM
jQuery plugin examples code
up on hover using jQuery plug in Crop Image using plug... Area using jQuery plug-in Zoom Image section using jQuery plug... :  Form validation using jQuery plug in & JSP The '
create dynamic image gallery jquery
create dynamic image gallery jquery  How to create a dynamic image gallery in Jquery
Crop Image using plug-in ,JSP and 'Servlet'
Crop Image using plug-in ,JSP and 'Servlet' In this tutorial, we will crop image using jQuery plug-in & servlet. In this example, a image &... selection' effects are implemented by the jQuery. And the cropping of image
Hide/show Image by click
Hide/show Image by click In this tutorial ,we will discuss about how to display image by click using jQuery. In the below example, a image and two lines are given. By clicking on upper line , it will hide the image and the line
jQuery kwicks plug-in for creation of animating image title
jQuery kwicks plug-in for creation of animating image title In this section ,you will learn about using jQuery kwicks plug-in for creating animating Title images. The html page contains the four parts of the Image titles which
Example code of jQuery animation
demos : The animation of image using the 'animate' effect of jQuery Moving Div by button click using animate effect... Example code of jQuery animation   
Introduction to jQuery plugin
Image section using jQuery plug-in he plug-in ,we are using here, is "... Introduction to jQuery plugin       Introduction to jQuery plugin JQuery plugins
Replace a String with another using "fn:replace" tag of JSTL
Replace a String with another using <fn:replace> tag of JSTL In this Section, we will replace a String with another string using <fn:replace> tag... with other string/substring using the <fn:replace> tag of JSTL. This takes
Image
Image  how to insert image in xsl without using xml. the image was displayed in pdf..Please help me
Image
Image  how to insert image in xsl without using xml. the image was displayed in pdf..Please help me
Image
Image  how to insert image in xsl without using xml. the image was displayed in pdf..Please help me
PHP GD Replace Color
<?php $image = "images.jpg"; $data = getimagesize($image... = imagecreatefromJPEG($image); $color = imagecolorallocate($im,hexdec(substr($hex,0,2... colormatch($image,$x,$y,$hex) { $rgb = imagecolorat($image,$x,$y); $r
Creating custom animations in jQuery
. Example : In this example , we are animating a image using animate function of jQuery. We can do following things during animation using... Creating custom animations in jQuery   
load more with jquery
load more with jquery  i am using jquery to loadmore "posts" from my site as pagination like twitter... it's working for all posts in my table...;/title> <link rel="icon" href="../favicon.ico" type="image/x-icon" />
jQuery to Image Magnifier
jQuery to Image Magnifier       In this first jQuery tutorial we will develop a  program that  Image magnifier. Steps to develop the program  Step 1: Create
PHP and JQuery
PHP and JQuery  How to make validation using PHP and JQuery
jQuery to Auto Image Scroller
jQuery to Auto Image Scroller       In this first jQuery tutorial we will develop a  program that auto image scroller Steps to develop the program  Step 1
Use of jQuery
Use of jQuery  What is the use of jQuery?   Hi, jQuery is JavaScript Ajax library. Developer is using it to create rich internet applications. Read at jQuery Tutorial. Thanks
jQuery to Vertical Image Scroller
jQuery to Vertical Image Scroller       In this first jQuery tutorial we will develop a  program that vertical image scroller Steps to develop the program Step 1
jQuery to Simple Image Scroller
jQuery to Simple Image Scroller       In this first jQuery tutorial we will develop a  program that simple  image scroller Steps to develop the program Step 1
jQuery Tutorials, jQuery Tutorial
, installing and developing first jQuery application Using different features... application using jQuery and JavaScript Don't wait start learning jQuery...jQuery Tutorials, jQuery Tutorial The jQuery tutorials listed here will help
pre view of image uploaded
pre view of image uploaded  I am uploading a file through input type="file" in html form. I want to display preview of that uploaded image in the same form using java script only.. and I want to insert that image into oracle
pre view of image uploaded
pre view of image uploaded  I am uploading a file through in html form. I want to display preview of that uploaded image in the same form using java script only.. and I want to insert that image into oracle database I don't want
pre view of image uploaded
pre view of image uploaded  I am uploading a file through input in html form. I want to display preview of that uploaded image in the same form using java script only.. and I want to insert that image into oracle database I
The 'innerfade' effect with "Images" using jQuery plug-in
The 'innerfade' effect with "Images" using jQuery plug...; effect on images using jQuery plug-in. In the below example, the images...; OUTPUT The image inside table, changes in every 750 milliseconds
PHP and JQuery
PHP and JQuery  How i validate input fields' data entry using JQuery
Vertical news slider using jquery
Vertical news slider using jquery  how to creatw vertical news slider using jquery Sorry for wrong category but i cant get my jquery category
Java String : Replace All
Java String : Replace All This section defines how to replace all character with specified character without using system methods. Replace All method : You can replace all specific character in a given string with another character
How to change the color of a base64-encoded png image JQuery?
How to change the color of a base64-encoded png image JQuery?  I am going to change the colors of the pixels of a png image(which is in base64 format). This is my source code: var myImg = new Image(); myImg.src = <...>
About search and replace contains of .doc or .docx file using java.
About search and replace contains of .doc or .docx file using java.  Hi , I am trying to replace contents of ms.word document in .doc or .docx... any one tell me how could I replace them using java
JavaScript array replace element
JavaScript array replace element   ... in-built replace() methods for replacing elements but we can implement replace() method by using the in-built splice() method. We have already discussed the splice
jQuery selectors
the elements of page to operate upon with jQuery library methods. For using JQuery... jQuery selectors       jQuery selectors In this tutorial we are discussing jQuery
jQuery tooltip
to every image and hyperlink. Getting Started with jquery tooltip: In this example there are the following steps which are used to make jQuery tooltip. Step 1... attribute of an image tag will be displayed as a tooltip by a browser when you rollover
Html form validation using jquery
Html form validation using jquery  Hi i am using form with html. Form elements like textbox, radio,checkbox,listbox i was used now how to validate the elements using submit jquery option
HTML form validation using jquery
HTML form validation using jquery  Is there any way for validating html elements common under a class by giving its class name in jquery validation code..that means validating all elements by using its class name if those
Image Movement using Swings
Image Movement using Swings  How to move image using Swings

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.