Home > Web Front-end > JS Tutorial > 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
Release: 2016-05-16 17:49:49
Original
897 people have browsed it

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); 🎜>
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template