开发者

shadowbox - open inline element

开发者 https://www.devze.com 2023-02-25 03:55 出处:网络
I am using shadowbox and jQuery. I have it opening on page load fine. What I want to do is. Have the shadowbox open up and show a 开发者_Python百科form where the user can enter their email address.

I am using shadowbox and jQuery.

I have it opening on page load fine.

What I want to do is.

Have the shadowbox open up and show a 开发者_Python百科form where the user can enter their email address.

I then want to submit said form via ajax.

I am dumping the form on the page wrapped in a hidden div with the id of #dialog.

My question is.

How can I get the shadowbox to be opened automatically with an inline element?


Use the Shadowbox.open method.

Shadowbox.open({
    content:    '<div id="welcome-msg">Welcome to my website!</div>',
    player:     "html",
    title:      "Welcome",
    height:     350,
    width:      350
});

You will need to change some of the params to get it to use the inline content.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号