$('.header-down').addClass('navbar-fixed-top');
$('header').css({'margin-top':parseInt($('.header-down').height())+20+'px'});
$('.header-down').removeClass('navbar-fixed-top');
$('header').css({'margin-top':0});
onChange: function (data) {
},
$(document).ready(function(){
var img = document.getElementById("div01").getElementsByTagName("img")[0].getAttribute("src");
console.log(img);
});