我有下面的代碼,如何將參數值從錨標記傳遞給jquery模態窗口?
<a href="#small" data-toggle="modal" data-id="id1333">
<img src="http://www.mysite.com/mthumb.jpg" /></a>
<div id="small" class="modal hide fade" tabindex="-1" data-replace="true">
<div class="modal-body">
<table>
<tr> <td>
<iframe id="videoid" width="620" height="390" ></iframe>
</td>
<tr> </table>
</div> </div>
在這裏,我想通過數據ID到模態窗口。這個data-id由frame src屬性使用。 請建議我如何通過/使用iframe中的參數。
很高興幫助你@ user2215906 –