/ Published in: JavaScript
Expand |
Embed | Plain Text
$('.delete').click(function () { var t = this; $.post("test2.php", { id : txt }, function () { // do something with 't' }); });
You need to login to post a comment.
$('.delete').click(function () { var t = this; $.post("test2.php", { id : txt }, function () { // do something with 't' }); });
You need to login to post a comment.