Bootstrapx のクリックオーバーで問題が発生しています (すべての js ライブラリが正しくリンクされています)
$(function () {
$('.userProfile').each(function(index){
var el=$(this);
$.get(el.attr('data-load'),function(d){
el.clickover({html:true,content: d}).clickover();
});
});
});
そして私のhtml
<p><a href="#" class="userProfile" rel="clickover" data-load="inc/userProfile.inc">
アレックス M. マーク B のミッションを完了しました。
ポップオーバー コンテンツ
<a href="#">Alex M.</a>
<span class="label">Volunteer</span>
<button class="btn btn-primary btn-small">Follow</button>
<button class="btn btn-small" data-toggle="button" data-dismiss="clickover">Close</button>
少しでもお役に立てることを楽しみに、
ありがとう、
イザベル