Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Ajax call not working in IE7
Please help
Posted
Comments
Thanks7872 28-Oct-14 5:00am    
And what is the question?
vr reddy 28-Oct-14 5:03am    
Ajax call not working in IE7

Thanks7872 28-Oct-14 5:39am    
And that is not the question. We can't read your mind.
bhagirathimfs 28-Oct-14 5:22am    
Can you please post your code here
Ankur\m/ 28-Oct-14 5:57am    
Use IE JavaScript debugger to see where it is breaking.

1 solution

Hi,

Could you please explain your question a bit more.
As far as I get it this can be due to the version of jquery you are using.
Try this:
JavaScript
<!--[if lt IE 9]>  
    <script src="jquery-1.9.0.js"></script>  
<![endif]-->  
<!--[if (gte IE 9) | (!IE)]><!-->  
    <script src="jquery-2.0.0.js"></script>  
<!--<![endif]-->


And please check your version of jquery is supported by IE7 or not.

Regards,
Praneet
 
Share this answer
 
Comments
vr reddy 28-Oct-14 5:11am    
hi,
Actually implemented ajax call in drop down change using jquery. working fine all browsers but IE not working
[no name] 28-Oct-14 5:12am    
Which version of jquery ?????
vr reddy 28-Oct-14 5:16am    
1.3.1
Thanks7872 28-Oct-14 5:39am    
If you are not clear what the issue is, how can you expect that your solution will work for OP?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900