In this video, I show how knowing javascript & jquery has saved me a lot of time for a project that I'm working on. I walk through how to extract all the images URLs from a website (in this case, artbreeder.com).
More specifically, I walk through how I used the selector to find all img elements by class name, how iterate through them, and using style / split / index operators to extract out the image URL for each img element.