AutoJS icon indicating copy to clipboard operation
AutoJS copied to clipboard

Auto complete plugin from dictionary with no external dependencies

Results 10 AutoJS issues
Sort by recently updated
recently updated
newest added

example 👍 : keyword "chào bạn" , "thân yêu" pls,how suggest key them.

Might be needed also on minified version.

**js code is** $(document).ready(function() { var oTextbox = new AutoSuggestControl("subjective"); }) **html code** **For summernote** ###

Hi , I have downloaded rar file and try to include in .net mvc projects. Auto suggestion is working fine but red underline for wrong word is not working. whether...

Hi, Thank you very much for the code. I have question, is there possibility to highlight incorrect words to create custom string builder. For example I want to build: "Project...

I'm testing this in Chrome on Windows 7. After typing "This is a test." hitting Ctrl-Z few times causes autocomplete to trigger on each undo event resulting eventually text to...

If the text is like `The is` and I want to enter magazine in between the The and is then the cursor lost focus from the textarea and also doesnot...

I am using this plugin for div contenteditable=true tag.. everything is working but when user press enter then it selection range doesnot work here is the function: function SelectChar(el, start,...

Neither Space nor Enter work, with Tab the focus goes outside the input box. If I click on the suggestion, it gets inserted, but the text cursor jumps to the...

enhancement

It would be great to be able to cycle through multiple matching suggestions for the completed string (like you can on a Unix shell when completing paths etc by pressing...

enhancement