Skip to main content

Posts

Showing posts with the label email autocomplete jquery example

Jquery Email Autocomplete Example

Hi Dev, Today,I Will learn you how to implement email autocomplete in jquery.you can easliy create email autocomplete in jquery.email-autocomplete plugin through we can simple email autocomplete in our laravel,PHP, .net or etc project. In this example i use bellow js and css -jquery.js -jquery.email-autocomplete.min.js -bootstrap.min.css Example <!DOCTYPE html> <html> <head> <title>Jquery email autocomplete example</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/email-autocomplete/0.1.3/jquery.email-autocomplete.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <style type="text/css"> .eac-sugg { color: #ccc; } .m-1{ margin: 10px; ...