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