cookiesjsr icon indicating copy to clipboard operation
cookiesjsr copied to clipboard

Re-animation of knocked out services example script doesn't work

Open kaszarobert opened this issue 2 years ago • 0 comments

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?

kaszarobert avatar Apr 08 '22 09:04 kaszarobert