Advertisement
Guest User

Untitled

a guest
Mar 7th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. </head>
  7. <body>
  8. <script>
  9.  
  10. function appendChild(childIds) {
  11.  
  12. var data = '';
  13. jQuery.ajax({
  14. data: data,
  15. success: function(responseData) {
  16. alert(responseData);
  17. },
  18. error: function(XMLHttpRequest, textStatus, errorThrown) {
  19.  
  20. }
  21.  
  22. });
  23. }
  24.  
  25. function setGridLinks() {
  26.  
  27.  
  28. }
  29.  
  30. </script>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement