Answers for "how to change image border in javascript"

0

change the border of an image js

<input id="imageId" type="image" src="http://goo.gl/UohAz" onclick="mark(this)"/>

function mark(el) {
    el.style.border = "1px solid blue";
}
Posted by: Guest on April-25-2020

Code answers related to "how to change image border in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language