Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://ashwin931996.webege.com/
Flexsliderは初期化されていません。理由は何ですか?
cssとjsは正しくリンクされています。
jQueryを最初にロードする必要があるため、document.ready
document.ready
$(function(){ SyntaxHighlighter.all(); $('.flexslider').flexslider({ animation: "slide", start: function(slider){ $('body').removeClass('loading'); } }); });