javascript - Jquery Script only loading after page refresh -


i have script slide-up hover effect, loads though when refresh page reason. annoying...

i think me calling in html script:

jquery(function ($) {     $('.bb-slide-cap').mosaic({         animation: 'slide', //fade or slide         speed: 600,         preload: 1     });  }); 

fiddle: http://jsfiddle.net/jjdn7/3/

i doesnt matter in case of 2 scripts sharing $ thought wrap in head. if working real challenge give try in real challenge.

the link other readers if solves issue.

jquery(function ($) {     $('.bb-slide-cap').mosaic({         animation: 'slide', //fade or slide         speed: 600,         preload: 1     });  }); 

demo


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -