Home  >  Article  >  Web Front-end  >  jQuery UI Autocomplete 1.8.* Chinese input correction method under firefox_jquery

jQuery UI Autocomplete 1.8.* Chinese input correction method under firefox_jquery

WBOY
WBOYOriginal
2016-05-16 17:49:49853browse

Find the following code:

Copy the code The code is as follows:

.bind( "blur .autocomplete", function( event ) {
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                    self .close( event ); >

Copy code


The code is as follows:


.bind( "blur.autocomplete", function( event ) {
                                           .options.disabled ) {

                                                                                             
                                                                                                                                                                                                                                                                                                    self .close( event ); Input correction
                      self.search(self.item); 🎜>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn