I am working on a website using HTML5. I have a jQuery script that shows a custom tooltip on all elements that have the title
attribute. I also have a script that makes an alert message appear when the user clicks a picture. The alert message will say what the title
attribute equals. Unfortunately the tooltip script and the alert script interfere with each other.
My question is:
- Can I make up an attribute?