JQuery Problem Usring Mozila Browser |
[eluser]ImArfan[/eluser]
I am trying to submit form using JQuery Ajax request fail in Mozila Browser... But on the other hand same JQuery Ajax working in IE. Where is the problem... Error Messege : Error occured during Ajax request...
[eluser]ImArfan[/eluser]
Don'nt worry buddy... be patient some one will help us... just wait and watch...
[eluser]LuckyFella73[/eluser]
I fear you will have to be veeery patient waiting for a hint unless you provide more details about your problem ![]() Some lines of code and the full error message would be a good start.
[eluser]Nick Husher[/eluser]
By "Mozilla" I hope you mean "Firefox." Mozilla was phased out years ago. Still, we need to know more about the parameters of the problem.
[eluser]ElToro[/eluser]
Are you trying to do ajax call back to same server where pages are were downloaded? Cross Site Ajax calls are denied in Firefox. JSON queries should work on both.
[eluser]Nick Husher[/eluser]
Cross-site ajax requests are banned on IE as well, if I remember correctly.
[eluser]thinkigniter[/eluser]
Try MALS jquery plugin... www.malsup.com Simply design your form in the normal CI way then add this to your script tag This is wripped from malsup.com Code: // prepare the form when the DOM is ready |
Welcome Guest, Not a member yet? Register Sign In |