jQuery Email Address Input

后端 未结 3 1326
天命终不由人
天命终不由人 2021-01-03 12:08

I\'d like an autocomplete/autoformat \"To\" field on my web site that works like the one in GMail.

Does anyone know of such a thing for jQuery?

Plain JavaScr

3条回答
  •  再見小時候
    2021-01-03 12:48

    http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/

    Check out this plugin. It appears to be quite robust and stable and may meet your needs. jQuery is a perfect choice for the kind of effect your seeking. Just keep in mind that, depending on where you want to get your data from, you'll need to create some sort of ajax/php backend.

提交回复
热议问题