I'm new to JavaScript, jQuery and Stack.
I'm trying to get the url with data().url and add the same as src to each img. Here is an example of the HTML.
<ol>
<li><div class="image"><img data-url="https://lh4.googleusercontent.com/.../s400/image-1.png"/></div></li>
<li><div class="image"><img data-url="https://lh4.googleusercontent.com/.../s400/image-2.png"/></div></li>
<li><div class="image"><img data-url="https://lh4.googleusercontent.com/.../s400/image-3.png"/></div></li>
</ol>
How this can be achieved with jquery?