Since Internet Explorer 9 was released, I received some negative feedback on one of my sites using with it. I looked through the forums for help, and found only information on broken IE9 javascript in official beta version. I installed official update and it turned out to be that my problem is not going away… Continue reading jquery UI and IE9
Tag: jqueryui
jQueryUI autocomplete and progress indicator
jQueryUI autocomplete doesn’t provide native method how to show progress indicator, while your suggestion list is generated. I managed it to do in the following way: 1. I got a suitable progress indicator from http://www.ajaxload.info/ and placed it to /img/ 2. define input field for using in autocomplete method 3. create style for displaying progress… Continue reading jQueryUI autocomplete and progress indicator