hi guys i want to build a autocomplete feature in a textarea . so i thought of like when ever the word count increases call the ajax/jquery so as to find the autocomplete from server . i am using the word count feature from above url . how do i pass the present entered word to server for checking .bcos there may be multiple words also .
like
hello BP ..
when BP is typed it should expand itself in the text area!
Comment