Hi
I am trying to add an image as tooltip. I know jquery is capable of this
<a id="riverroad" href="#" title="" >image of 1 Maple St.</a> $( "#riverroad" ).tooltip({ content: '<img src="http://icdn.pro/images/fr/a/v/avatar-barbe-brun-homme-utilisateur-icone-9665-128.png" />' });
basically i have radio buttons with name of the files in repository and their values are entry id's. so i have all the information i need. problem is getting their image.
First, option is that i store images somewhere forms can access them. any suggestions?
Second, option is that somehow image is retrieved from repository in an instant if possible (pages are already generated). any suggestions?
thanks in advance
Junaid Inam