javascript - How to make jquery autocomplete to work for a contenteditable DIV instead of just INPUT, TEXTAREA fields -
The jquery autocomplete provided by the INPUT field or TEXTAREA field can work on. I have a use-case for working as a direct element txtare by setting its character for Contrastibil = "True". Can I use DIG DOM handle for autocompletion so that it can be treated as Texter for autocomplete. The 'as is' plugin is currently not working for the DIV. What should I do for the plugin to work for all the above elements?
Comments
Post a Comment