Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var a = document.createElementNS('http://www.w3.org/2000/svg', 'a');
  2.  
  3.     $( "g[id$='-hover-text']" ).wrap(function () {
  4.         var ohnehovertext=$(this).attr("id").split("-hover-text");
  5.         a.setAttributeNS('http://www.w3.org/1999/xlink', 'xlink:href', ohnehovertext[0]);
  6.         return a;
  7.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement