inputTags-jQuery-plugin icon indicating copy to clipboard operation
inputTags-jQuery-plugin copied to clipboard

Results 3 inputTags-jQuery-plugin issues
Sort by recently updated
recently updated
newest added

How can we use object key value pair instead of array for autocomplete property/option?

Hello, When methods will come. I was thinking add this plugin to my project but methods are missing. The last update was 3 years ago. Are you still alive? Thanks.

//code solves form submit problem $(function(){ var keyStop = { 8: ":not(input:text, textarea, input:file, input:password)", // stop backspace = back 13: "input:text, input:password", // stop enter = submit end: null...