I have a widget that replace some text contents to my clients in a particular section.
So to achieve it I need to use html() method that replace all with the new content, but after this, If my client has <script> ... </script> these are executed again!
is there any way to prevent the execution of these scripts?
I would apreciate any help! Thanks
htmlagain.scriptelement has no effect on the code it introduced into the environment (unlike deleting a stylesheet).