javascript - Uncaught TypeError: $(...).jflatTimeline is not a function -


i getting above below error after running code. question has been asked many times none of answers solved problem.

uncaught typeerror: $(...).jflattimeline not function 

code

<script type= "text/javascript"> $(document).ready(function(){      $('div.jflattimeline').jflattimeline({                             scroll : '2',    //max dates scrolling per arrow click                             width : '60%', //width; can done css. - .jflattimeline{width : x%;}                             scrollingtime : '300' // scrolling time                         }); }); </script> 

you did not include jquery flat timeline script. here can find it: http://codecanyon.net/item/jquery-flat-event-calendar-responsive-timeline/6039142


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -