Find a src image value from an <a href> tag
问题 I've been building an image gallery with pictures in the hundreds and I don't want them all to load on page load for obvious bandwidth issues. For starters, I put; <body onload="removeAttr("src")"> to prevent the pictures from loading which works... too well I'm afraid as it doesn't load my website header banner pic. Anyhow, my gallery is set up with a menu with each button representing a different image. The menu is displayed in this format; <ul id="menu"> <li><a href="#pic1">Title</a></li>