Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.             function func1() {
  3.                 $.getJSON("http://localhost:8080/MyFirstWebApplication/webresources/model.comentario", {}, function(data){
  4.                     alert(data);
  5.                 });
  6.             }
  7.         </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement