Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $.ajax({
  2. dataType: "json",
  3. type: "get",
  4. url: "Index?pId=" + $($(this).find('td').get(0)).text(),
  5. success: function (resultado) {
  6. // obtenha o resultado aqui e coloque em algum componente da página
  7. }
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement