So I have this page where I have a bxslider with images inside some tabs, I have the bxslider function set to load before the tabs but when I go to the tab where the bxslider is the images haven't loaded. When I refresh the page they will be there. How do I get them to load so that when a person goes to that tab they are already there and not a blank section? Thanks!
There are a lot of missing images, sorry I'm not sure how to add images to jsfiddles. Here's a live link to look at...
http://morecleanenergy.com/graphics/testing/mass/Mass.html
This is my call function right before the body tag.
<script type="text/javascript">
$(document).ready(function () {
$('.bxslider').bxSlider();
$('#tab-container').easytabs();
});
</script>
The bxslider is on the Why CEC page, it has a light blue background and it's the second item from the top.