这段代码在firefox中不起作用,在chrome中它起作用,我得到了结果
console.log('send');
$.ajax({
url: my_object.ajax_url,
type: 'POST',
data: {
action: 'sendPhone',
phone: '23342342',
city: 'sddsfsf',
},
beforeSend: function(){
console.log('beforeSend');
},
success: function(msg){
console.log('result = '+msg);
return;
},
});//end $.ajax
输出chrome 这是在Firefox中输出的 谁知道为什么$ .Ajax不起作用?
在我们的森林中发生了一些奇怪的事情...... :(
答案 0 :(得分:1)
试试这个: `
ng-if="!start.active"
`