popup content menu using js
I was trying to use what开发者_Python百科s used in this demo: http://tympanus.net/Tutorials/AnimatedContentMenu/
after clicking one of the restaurant menu items the content menu appears.. I couldn't use the same code to get the idea of creating a popup content menu.
my question: can anyone help with tutorials or examples of how can I show a popup menu after clicking an tag?
I hope that my question is clear enough, thnx
The tutorial you're trying to use is too complicated as for the beginning.
Try this one first: http://www.hv-designs.co.uk/2009/02/17/sliding-jquery-menu/
EDIT: now it's clear for me, what you wanted to do, please try this: http://jqueryui.com/demos/dialog/
For the ppl who have the same question, I finally found something I can use, after applying some changes.. here is the folder: http://www.2shared.com/file/Osok6qFo/popupBox.html
thnx everyone..
精彩评论