I have a thumbnail image that when clicked changes a larger image on the page. I have that part of the code working by just changing the .src with onclick. Is there also a way to change the alt and title attributes with onclick?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can use setAttribute or set the property directly. Either way works, the setAttribute is the standard DOM way of doing it though.
|
|||||||||
|
Note: No matter which one you're using as long as you're dealing with standard attributes. |
|||||||||||||||
|
|
In exactly the same way..
|
|||
|
|