Jquery Ajax - Get Elements Inner Text
I have a PHP file which will return something like
Add Us On Myspace!
); // keep the title
var $image = $html.filter('#image'); // keep the image
// add to whatever elements we want...
$('#my_element').append($title);
$('#my_other_element').append($image);
Post a Comment for "Jquery Ajax - Get Elements Inner Text"