[jQuery] How to popup dialog ?
Hello all readers ! :)
I need your help please.
I try to create a currency converter by using ajax.
In my page I have a list of items that each one has it's own price.
Now I like when the mouse is over an image to be desplayed a list with
all currencies and when the client will choose the one that he like
then to be hide the currency list.
How can I do that with JQiery ?
What I have do until now is to create a div that has inside a <select>
item with all available currencies inside this.
The div elemenet it has the property display:none into CSS and when
the mouse is over the images then I set the position of the div right
to the image with JQuery. Finaly I fadeIn() the div to make it
viewable.
Any Better Idea ? ? ?
Kind regards
Merianos Nikos