Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 380 Bytes

File metadata and controls

17 lines (12 loc) · 380 Bytes

#jQuery gComplete Plugin

blog(ja)

demo


###USAGE EXAMPLE

$(function(){
    $('input[type="text"]').gcomplete({
        style: "gray",
        effect: true
    });
});

Learn more (demo)