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!!!