if(response==="success"){
$('<p></p> |').appendTo('form textarea').html(''+file);
} else{
$('');
}
Hi!, I'm trying and playing arround with the .appendTo, to specify only on one text area, rather than .appendTo to every text area, is there any way to do that? or it is not possible? i try with the "div" and "id" "p" somehow it doesn't work.. :/
thank you all! :)
Charles