I have a jQuery statement as;
$("a[target="+iframeId+"]").attr("href", url);
What is the best way to write this in normal Javascript DOM such that the perofrmance is not affected much?
|
I have a jQuery statement as;
What is the best way to write this in normal Javascript DOM such that the perofrmance is not affected much? |
|||
|
|
One way to do it, though the jquery method is almost assuredly faster:
|
|||||||
|