TwitterのBootstrap でColorBox iFrameを使用すると競合が発生します。次の coee を使用して競合を解決しようとしていますが、同じ問題があります。
必要なライブラリを含む:
<script src="../jq/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="../bootstrap/js/bootstrap.js" type="text/javascript"></script>
<script src="../js/colorbox/jquery.colorbox-min.js" type="text/javascript"></script>
カラーボックスjs:
jQuery(document).ready(function ($) {
// colorbox code here
});
およびブートストラップ js:
$(document).ready(function () {
// bootstrap twitter code here
});