javascript - Bxslider Images not loading until I refresh the Page? -
so have page have bxslider images inside tabs, have bxslider function set load before tabs when go tab bxslider images haven't loaded. when refresh page there. how them load when person goes tab there , not blank section? thanks!
there lot of missing images, sorry i'm not sure how add images jsfiddles. here's live link at...
http://morecleanenergy.com/graphics/testing/mass/mass.html
this call function right before body tag.
<script type="text/javascript"> $(document).ready(function () { $('.bxslider').bxslider(); $('#tab-container').easytabs(); }); </script>
the bxslider on why cec page, has light blue background , it's second item top.
/** * bxslider v4.1.2 - loaded, responsive content slider * http://bxslider.com * * copyright 2014, steven wanderski - http://stevenwanderski.com - http://bxcreative.com * written while drinking belgian ales , listening jazz * * released under mit license - http://opensource.org/licenses/mit */
/*! jquery v3.0.0-alpha1 | (c) jquery foundation | jquery.org/license */
uncaught typeerror: cannot read property 'indexof' of undefined
use jquery v1.9, solved.
/*! jquery v1.9.1 | (c) 2005, 2012 jquery foundation, inc. | jquery.org/license
Comments
Post a Comment