javascript - jQuery not working in Blogger -


i tryting install facebook slider tab in friend's blog , cannot make work.

this blog: http://secretosdeprofe.blogspot.com.es/

and tutorial: http://www.theblogwidgets.com/2013/11/floating-facebook-like-box-widget-for.html

jquery installed in blog (hence hover pin button working on images) when hovering mouse on facebook tab, widget not come out

any ideas why not working?

thanks!

you using jquery variable in <script> (line 1090) element before add <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'></script> (line 1543), @ time when earlier script block parsed jquery hadn't been defined. it's possible little work queue before jquery included (as shown here) approach still require code after jquery loaded in order referenced jquery's onready listener.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -