Sunday, 29 September 2013

Filter out from .GET DATA

Filter out from .GET DATA

How would I get all the td elements with class="chats" from the data
variable returned in my .get()?
$.get(file.html, function(data) {
var returnedChats = $("td.chats").find("td", data);
$('#regions').html(returnedChats);
})

No comments:

Post a Comment