jquery undefined variable for jscrollpane -
I am trying to implement jScrollPane in a WordPress subject and I am working on the instructions on the site Have followed. I have in my head:
& lt ;! - Styles required by jScrollPane - & gt; & Lt; Link type = "text / css" href = "& lt; php bloginfo ('template_url') ;? & gt; /jquery.jscrollpane.css" rel = "stylesheet" media = "all" /> & Lt ;! - Muswell plugin - Optional to provide muswell support - & gt; & Lt; Script type = "text / javascript" src = "
And in my footer I have:
jQuery (function () {jQuery ('# content'). Chetan ({'margin- Top ':' 120px '}, 1500); jQuery (' content '). JScrollPane ();});
When I load the page, then animate #content box, as it should be, but. The scroll bar near the content divide is standard. I refresh and say "uncontrolled error: undefined variable: jQuery" and entered:
! Function (a, b, c) {
which is the first line of jquery.jscrollpane.min.js
Any help people are there? Thank you.
Comments
Post a Comment