jQuery grab html
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
10:02 UTC
Read the original article
Hit count: 253
We have link
to some page (with html code, on the same domain), that page have one img
, which attributes title
and alt
are equal.
Script must open link
(no showing on the page), grab the src
attribute of img
which title=alt
, and throw the value
into some variable
.
Is it possible to do?
Thanks.
© Stack Overflow or respective owner