Guest User

Untitled

a guest
Jun 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [4:30] ab: the most annoying calendar ever!
  2.  
  3. dojo.query('.dijitCalendarDateTemplate').forEach(function(node, index, nodeList){
  4. node.onmouseover = function(){alert('yerk');};
  5. });
Add Comment
Please, Sign In to add comment