My current setup includes an image with the following properties:
<img id="img" data-list="['image2.jpg', 'image3.jpg', 'image4.jpg']" src="image1.jpg">
I am wondering how I can extract the list of images from the data-list attribute and save it to an array variable. Any suggestions?