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
Post a Comment