1

I am developing MVC application. some jquery not work at all in IE 8 browser. so I don't want to run that app. on IE 8 and lesser versions. If user running it on IE 8 or lesser version , I dont want to run application on that browser. What should I do ?

bnil
  • 1,531
  • 6
  • 35
  • 68
  • See this post and add logic to handle it as you see fit http://stackoverflow.com/questions/5574842/best-way-to-check-for-ie-less-than-9-in-javascript-without-library – NinjaNye Jul 05 '13 at 09:44
  • 2
    Rather than browser detection, you should probably be using feature detection using a library such as modernizr instead. – Adrian Wragg Jul 05 '13 at 09:44

0 Answers0