inputTags-jQuery-plugin
inputTags-jQuery-plugin copied to clipboard
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...