jqueryを勉強している初心者のものです。
現在、baloon.jsを用いて、吹き出しをつけようとコード
を作成しているのですが、実行したところ、以下の
エラーメッセージが流れてしまいます。
$(...).balloon is not a function
もしよろしければどこが悪いのかご教授頂けないでしょうか。
コードは以下のとおりです。
<!DOCTYPE html> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="/Users/yamamotoken/bootstrap-3.3.6-dist/js/jquery.balloon.js"></script> <script src="nav.js"></script> <script src="http://code.jquery.com/jquery.js"></script> <script src="js/bootstrap.min.js"></script> <html lang="ja"> <script type="text/javascript"> $(function() { $('#education').balloon({ contents: '<a href="#">sample1</a>', tipSize: 0, offsetY: -50, offsetX: -50, showDuration: 0, hideDuration: 0, classname: 'balloon', css: null }); }); </script> </html>

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/03/02 05:30