Return to Snippet

Revision: 26723
at May 8, 2010 01:58 by Ethyde


Initial Code
if(jQuery(this).attr('rel') !== jQuery( img ).attr('src') ){
	jQuery( img ).fadeOut('fast', function(){
		jQuery(this).attr({src : toLoad}).fadeIn('fast');
	});
};

Initial URL


Initial Description


Initial Title
Compare two tag attribut

Initial Tags
jquery

Initial Language
jQuery