I have a small question about dojo:
I have a div:
<div id="image" class="classImage">
<img src="abc.com/image1.jpg" />
</div>
my question is: how can i get the link abc.com/image1.jpg inside that div:).
Thanks for suggestion!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can choose one of the many ways to access that particular image node:
And then you can peek at the
srcattribute to get the link