From e56dfe84a87a98bad1d850576e32ee8f9088813f Mon Sep 17 00:00:00 2001
From: Jorge Plaza You can use parameters below. Find more information on github.
jQuery pop menu
- click these buttons below to have a try.
+ Click the buttons below to have a try.
+ Demo 1: Default menu
+ Demo 2: Menu with square corners and orange background
+ Demo 3: Menu with border and custom colors
+
+
+ How to use:
$('#demo_box').popmenu({parameters});
How to use:
'borderRadius': '10px', // radian of angles, '0' for right angle
'top': '50', // pixels that move up
'left': '0', // pixels that move left
- 'iconSize': '100px' // size of menu's buttons
+ 'iconSize': '100px', // size of menu's buttons
+ 'color': '#fff' // color of menu's text
+ 'border': '1px solid #000', // border style for the menu box
}
-