Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. modifier: GUEST
  2. created: 20100505131759
  3. modified: 20100505131759
  4. type: None
  5. tags: systemConfig
  6.  
  7. jQuery(document.body).text('').append(jQuery('<input type="button" value="click me" />').click(function() {var tid = new tiddlyweb.Tiddler('test tiddler', new tiddlyweb.Bag('common', '/'));
  8. tid.text = 'foo';
  9. try {
  10. tid.put(function() { alert('success');},function(){alert('error');});
  11. } catch(e) {
  12. alert(e);
  13. }
  14. }));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement