2013-09-01 43 views

回答

1

PS。這是我的腳本:

 
var api2 = $.data($('#slider-7')[0], 'liquidSlider'); 

$.ajax({ 
    complete: function() { 

     $('#loader').html('This JSON request was faked, and you will surely want to write a real one in it\'s place' + $('.profile').html()).load('example.html'); 

     api2.adjustHeight(true, api2.getHeight()); 

    }  

});