Click here to Skip to main content
15,923,006 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
My jquery and ajax not working in IE8 how to enable jquery and ajax?
Posted

YOu can visit the following links to solve that...
Hope will help.. :)

Unable to enable JavaScript in IE8[^]

ENABLE JAVASCRIPT in internet explorer 8 [Solved/Closed][^]
 
Share this answer
 
v2
Suggestions

There may be many causes for this.

  1. Open the Developer Tool by clicking on F12.
  2. Check if you have any Errors showing on Console Tab.
  3. Put a debugger on the javaScipt/jQuery code by writing debugger; inside the function you want to debug.
  4. Debug each and every line and see where it is not working.
  5. Follow results by Google[^], if you want.


Good Luck.
 
Share this answer
 
v2

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