I am trying to loop through the elements link and script tag
$("script").each(function () {
alert("Test");
});
The code works for img tag but does work for the above 2?
I am trying to loop through the elements link and script tag
$("script").each(function () {
alert("Test");
});
The code works for img tag but does work for the above 2?