I have recreated the material design ripple effect in jQuery, and it works great in IE11 and Chrome 46, but on Firefox 39, if i apply the effect to links, it prevents the redirection. I have managed to find out that the function that breaks my code is the jQuery.appendTo()
function.
Fiddle: http://codepen.io/grekomp/pen/pjpzKQ
As you can see, when you click on the link in Chrome it works, but Firefox only runs the js and ignores the link.
Any idea how to fix it? I would like to use some cross-browser compatible solution.