http://communitychessclub.com/js/jquery.popupWindow.jsでjqueryスクリプトに基づくモーダルウィンドウをポップアップしたい
私のテストページはhttp://communitychessclub.com/games_new.phpにあります
私はphpを使用してテーブルを生成しており、data-hrefを使用して、テーブルの行全体(タプル)をクリックしてゲームをロードできるようにしています。最新のjqueryをロードして:
<script src="js/jquery.popupWindow.js"></script>
<script>$('.example').popupWindow({centerScreen:1});</script>
しかし、これに基づいて、ポップアップウィンドウは空白になります。
<tr class="example" data-href="games/game1302.php">
この行を修正するにはどうすればよいですか?
<script>$('.example').popupWindow({centerScreen:1});</script>
so that it picks up the url specified as data-href of the <tr> ?