我尝试使用更多的参数,但无法使其与
<g:helpBalloon title="foo" content="bla" useEvent="['mouseover']" />应该会导致
<script type="text/javascript"> new HelpBalloon({ title: 'foo', content: 'bla', useEvent: ['mouseover'] }); </script>但是useEvent=“鼠标悬停”似乎没有被识别?!
在http://www.beauscott.com/examples/help_balloons/doc/examples.htm上可以看到
发布于 2010-05-06 14:24:31
Looking at the code for that plugin,它看起来没有做useEvent比特
https://stackoverflow.com/questions/2777171
复制相似问题