Guest User

Untitled

a guest
Jan 12th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. javascript: binding an onclick event for IE7 using dojo.attr not working
  2. dojo.forEach(anchors,function(k){
  3.  
  4. dojo.attr(k,'onclick', 'go('+a+')');
  5.  
  6. a++;
  7.  
  8. }
Add Comment
Please, Sign In to add comment