开发者

How to show modalInput div using js code?

I have HTML like this:

<a href="#" class="modalInput glow" rel="#newsletter" >Newsletter!</a>

This opens a modal window, contents held in the #newsletter div.

Since I have not located code for this inside the source of the page, I assume this is an inbuilt functionality of jQuery, and I am not familiar wit开发者_如何学JAVAh it.

I want to open the same modal window by code. What code do I have to run?


I would look into the simple modal by Eric Martin.

I'm not aware of such functionality pre-built into JQuery, but with simple-modal it's extremely easy to pop a modal window. Just run something like this:

   $("#sample").modal();

This would show a modal with the contents of the #sample div.


This is the only dialog I am aware of that you can get from jQuery UI widgets.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜