qinfanpeng
Results
1
comments of
qinfanpeng
``` this.tip().on('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this)); ``` ---> ``` this.tip().one('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this)); ```