Jquery help
Jquery help
- Started
- Last post
- 2 Responses
- georgesIII
hello all,
I have this small jQuery function,
but I can't for the love of krishna make the image loaded to appear with a "fadeIn" effectit work in loading the image from the array but nothing else
if(tag.value === key) {
" ).attr( "src", "img/" + tag.icon ).appendTo($div);
$( "break;
}
- instrmntl0
console log "$( "" ) and see if it traces out an object. Paste the entire function, or use pastie.org and give us a link.