Hello, good morning!
I would like to get the SRC value of the IMG tag, using js / jquery. In this case, it would be link
<html>
<head>
<title>hello</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script><script>functionget(){//????//alert(img);alert('a');}</script></head><bodyonload="get()">
<img src="https://i.imgur.com/1gIalgU.jpg"width="100" height="100">
</body>
</html>
Is it possible?