I used the devbridge jQuery plugin for autocomplete here:
http://www.devbridge.com/projects/autocomplete/jquery/#howto- $(document).ready(function () {
- var a = $('#sbox').autocomplete({
- serviceUrl:'calcfile.php',
- minChars:1,
- maxHeight:400,
- width:300,
- params: { ajtype:'4' },
- deferRequestBy: 0, //miliseconds
- noCache: true // true is no caching
- });
- });
Firefox and Chrome work great, but IE8 is not showing the menu. I've added a doctype, absolute path for the serviceUrl, and other suggestions, but still cannot get it to show in IE8. I'm not receiving any js errors, so my guess is that it is css.
Web address to see this is www.mathcelebrity.com. Start typing "mat".
As you can see, Firefox works perfectly, but IE8 does not show the menu. I'm at a loss