[jQuery] jQuery Ajax Error in Firefox 3.0.8
Hi friends
I tried to develop an ajax request using jQuery
It works fine with IE and Even Chrome
But I always getting same error in firefox "411 Length Required" On
firebug
error shows on jquery.js line no 19
my code is given below
$.ajax({
type:'POST',
url:'ajax.php',
dataType:"html",
cache:false,
timeout:10000,
beforeSend:function(){
$('#searchresult').html("<div align='center' valign='middle'
style:'height:300px;position:fixed;'><img src='loading.gif' /