Guest User

Untitled

a guest
Jul 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. dojo.connect(dojo.byId("artchk<%= article.id %>"), "onclick", function(e1) {
  3. dojo.byId('debuginfo2').innerHTML = "ok";
  4. dojo.xhrPost({
  5. url: '/articles/1',
  6. handleAs: 'text',
  7. load: function(dataC) {
  8. dojo.byId('debuginfo2').innerHTML = dataC;
  9. },
  10. error: function(error) {
  11. }
  12. })
  13. });
Add Comment
Please, Sign In to add comment