Skip to content

Commit 42d6825

Browse files
committed
add manual to trigger option
1 parent 85e591a commit 42d6825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $('a').webuiPopover({
112112
placement:'auto',//values: auto,top,right,bottom,left,top-right,top-left,bottom-right,bottom-left,auto-top,auto-right,auto-bottom,auto-left
113113
width:'auto',//can be set with number
114114
height:'auto',//can be set with number
115-
trigger:'click',//values:click,hover
115+
trigger:'click',//values: click,hover,manual
116116
style:'',//values:'',inverse
117117
constrains:null, // constrains the direction when placement is auto, values: horizontal,vertical
118118
animation:null, //pop with animation,values: pop,fade (only take effect in the browser which support css3 transition)

0 commit comments

Comments
 (0)