Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/68.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript fallr插件中的消息内容id_Javascript_Jquery - Fatal编程技术网

Javascript fallr插件中的消息内容id

Javascript fallr插件中的消息内容id,javascript,jquery,Javascript,Jquery,我正在为我的一个项目使用jquery fallr插件。有人能给我指点一下吗? 我想给出要在消息中显示的内容的id。 $.fallr('show'{ content:“您好。”//这是一个表单,那么该表单不会在下面显示的 $.fallr('show', { content : '<p>Howdy.</p>' // <--- in place of this I want to pass some id }); $.fallr('show', {

我正在为我的一个项目使用jquery fallr插件。有人能给我指点一下吗? 我想给出要在消息中显示的内容的id。

$.fallr('show'{

content:“您好。

”//这是一个表单,那么该表单不会在下面显示的
$.fallr('show', {
    content : '<p>Howdy.</p>'   // <--- in place of this I want to pass some id
});
$.fallr('show', {
    content : $("#someid").html()
});