在Firefox或鉻或其他瀏覽器我沒有這個問題,但在即不工作。Jquery加載後,然後就緒功能的Internet Explorer上工作
$(document).ready(function(){
$('#divplayer').load("/player/index.php");
$("a.eklebeni").live('click', function(event){
event.preventDefault();
$('.png', this).attr('src', 'img/eklendi.png');
$.get($(this).attr("href"), function(data) {
$('#divplayer').html('<img src="img/player.png" class="png" alt="" />');
$('#divplayer').load("/player/index.php");
});
});
我不知道爲什麼,但加載功能不工作?
感謝
什麼是錯誤? – Neal 2011-05-24 16:40:59
**爲什麼不呢?會發生什麼?**您在開發工具中看到什麼? – SLaks 2011-05-24 16:41:17
什麼版本的IE? – 2011-05-24 16:45:11