Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need horizontal menu option on mouseover on a particular div

My requirement is to make a horizontal menu in the end of a paragraph where on mouseover a menu should appear

This is the paragraph where the menu is required at its end

On mouse over it should show an option to add an item like this

enter image description here

On clicking the add option the menu should appear like this

enter image description here

Please suggest any jQuery or javascript plugin for this functionality. My preference is a plugin for this other than writing custom script.

like image 873
Prasanth Avatar asked Sep 26 '11 10:09

Prasanth


Video Answer


1 Answers

Here is what I have: http://jsfiddle.net/cbARJ/4/

I don't have such background for your Add here buttons, so you will need to add it.

like image 51
Samich Avatar answered Sep 23 '22 01:09

Samich