Return to Snippet

Revision: 8820
at October 9, 2008 15:47 by CrackWilding


Initial Code
$('.delete').click(function () {
  var t = this;
  $.post("test2.php", { id : txt }, function () {
    // do something with 't'
  });
});

Initial URL


Initial Description


Initial Title
caching context

Initial Tags


Initial Language
JavaScript