I want to add and repeat title="some text" same as alt="some text" if title is already not present. To show Alt text in FF also.
before
alt="some text"
alt="some text" title="some another text"
After
alt="some text" title="some text"
alt="some text" title="some another text"
**I need *
jquery(with no conflict)
- or simple javascript code.**