隐藏页面的一部分并将其显示在iframe中?

时间:2014-02-11 21:04:25

标签: jquery forms iframe fancybox

我在网上商店有一个我不想显示的网页表单,而是希望选择显示在现在使用FancyBox的iframe中。然后单击按钮,显示带有表单的iframe。

这有可能吗?

我让jquery切换到工作,但这不是我想要的全部。这是iframe的重要组成部分。

该网站是一个带有Woocommerce的Wordpress页面。

编辑:喜欢这个,但在FancyBox中显示div,在本例中是一个表单:http://css-tricks.com/ajax-load-container-contents/

HTML:

Customize the product <a class="some-class">Here (this opens iframe)</a>
<form class="hide-this">
<input class="select-control" type="radio" name="attribute_lapels" id="notch" value="notch" />
<input class="select-control" type="radio" name="attribute_lapels" id="notch-slim" value="notch-slim" />
        <input id="cancel" value="Cancel" type="cancel" />
        <input id="submit" value="Submit" type="submit" />
</form>
And here comes the product description. Lorem ipsum....

0 个答案:

没有答案