Re: [jquery-ui] Re: Unexpected mailing list changes

2010-03-11 Thread Octavian Rasnita
The blind users can use jQuery because jQuery means just common text scripting which is very accessible for the blind. Not all the jQuery widgets are accessible, but the most important like accordion or the tab panes and others are accessible for using them also, not only for programming.

[jquery-ui] Re: jQuery UI 1.7.2 Google Chrome Windows Crash Datepicker UI changeMonth, changeYear

2010-03-11 Thread josepsanzcamp
Some notes about the previous submited post with the trick. 1) I only detect the bug using the Chrome in GNU/Linux (I not test it using a win32 system). 2) Only appear when click with the mouse to the month or year select, when appear the options list, use the cursor to select another option and

[jquery-ui] Re: Autocomplete success function and JSON

2010-03-11 Thread Hardy Johnson
Hello Chuk, I was just debugging a very similar issue and believe i was running into it due to browser cached JSON responses. Since the browser will cache the ajax response independently of your page depending on header and browser settings. Try clearing the cache on your browser or using a

[jquery-ui] Re: Autocomplete success function and JSON

2010-03-11 Thread Roman
Browsers are supposed to obey instructions given via cache related headers. I didn't have any problems with AJAX output caching when I used session_cache_limiter(nocache) (prior to session_start() ). On Mar 11, 5:34 pm, Hardy Johnson hardyjohn...@gmail.com wrote: Hello Chuk, I was just