0
我的腳本:AJAX後不工作
$("#sl_selections").fancybox({
'width' : 370,
'height' : 480,
'autoDimensions' : false,//(width != '' || height != '' ? false : true),
'autoScale' : false,
'showCloseButton' : false,
'titleShow' : false,
'padding' : 0,
'href' : $('#itemInteractivity .copyMove a').attr('href'),
'ajax' : { data: acao,type: 'post' }
});
在PHP返回一個空職。有趣的,如果我這樣做:
$.ajax({
type: 'post',
cache: false,
url: $('#itemInteractivity .copyMove a').attr('href'),
data: {data: acao}
});
工作正常,任何想法?
你爲什麼不正確縮進代碼? – gdoron 2012-02-23 18:19:18