Grab control attribute's value using jQuery
Posted
by Happy
on Stack Overflow
See other posts from Stack Overflow
or by Happy
Published on 2010-06-15T08:56:09Z
Indexed on
2010/06/15
9:22 UTC
Read the original article
Hit count: 241
We have link to some page (with html code), that page have one img, which attributes title and alt are equal.
Script must open link, grab the src attribute of img which title=alt, and throw the value into some variable.
How to do it?
Thanks.
© Stack Overflow or respective owner