0

我正在尝试使用 jquery 插件。我在 ready() 函数中按照其标准初始化了插件。现在,我想执行一些操作,例如每次由 jquery 创建此插件对象时显示一条文本消息。

我可以为此使用哪个 jQuery 事件?

我是 jquery 的新手,在 jquery 文档中没有找到像“render”这样的事件。

$(document).ready(function() {
    $('#divId').pluginName({
       //specify elements in the plugin as per its docs
    }); 
}
4

1 回答 1

0

There are callbacks built into some plugins, however it is pretty impossible to help you without knowing more information. Which plugin are you using and what end result are you trying to achieve?

于 2013-04-03T21:15:58.787 回答