Guest User

Untitled

a guest
Jun 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $('#element').attr( 'title', 'foo' );
  2.  
  3. var e = document.createElement('div');
  4.  
  5. e['id'] = 'div1';
  6. e.id = 'div1';
  7. e.attributes['id'] = 'div1';
  8. e.createAttribute('id','div1')
Add Comment
Please, Sign In to add comment