cookiesjsr
cookiesjsr copied to clipboard
Re-animation of knocked out services example script doesn't work
The activate part only works for me with this code:
jQuery('script[data-sid="extservice"]').each(function() {
var replacement = jQuery(this).clone().removeAttr('type');
jQuery(this).replaceWith(replacement.html());
});
Could you update the documentation?