I wanna remove/kill script that is previously being runed by one button. So, I have a button called Agree which run one script src:
$.getScript("http://fileice.net/gateway/mygate.php?id=4465766c4278366467523838");
Now, how can I make other button called Disagree to kill this src (no idea how to call it on English) but simply to unload script.
Thank you.