事件没有取得成功

时间:2014-09-14 11:44:52

标签: javascript jquery

我无法触发事件并显示var $contact。我已尝试使用$contact的各种选项,例如:'".$contact'" '.$contact.'但它仍然没有触发。在Firebug中没有显示任何错误,如果有人能够指出我明显的nOOb错误,那么我会感激不尽,因此我可以向前推进,因为它让我疯狂。非常感谢。

我在这里使用插件:http://pjdietz.com/jquery-plugins/freeow/

var $contact = $('<div id="contact" class="freeow freeow-top-right"></div>').html('Your report was successfully submitted and a representative will respond to you shortly.<br /><br />Thank you.');
               $contact.freeow("Title", $contact, {
                    classes: ["gray", "error"],
                    autoHide: false
               });

0 个答案:

没有答案