how to empty() live ajax?
Posted
by Y.G.J
on Stack Overflow
See other posts from Stack Overflow
or by Y.G.J
Published on 2010-05-31T10:13:28Z
Indexed on
2010/05/31
10:33 UTC
Read the original article
Hit count: 134
i have
("#sendbid").live("click", function() {
//here will be the ajax
//after success:
("#personaltab").empty();
})
the personaltab is in the original code. the content is created on ajax and then when the user continue i want to check with live and empty the div
not working - i have tried it all!!!
© Stack Overflow or respective owner