code:
<img src="image1.jpg" alt="This is 1 test.">
<img src="image2.jpg" alt="This is 2 test">
jquery code:
alert($('img')[0].attr('alt'));
why there is not pop up a box, and shows This is 1 test.
|
code:
jquery code:
why there is not pop up a box, and shows |
|||
|
|
|
To directly answer your question: It doesn't work because |
|||
|
use |
||||
|
|
|
Or you still want the jquery object,
You could use |
|||||||||||||
|