autocomplete function with input text using formAddNewRow

autocomplete function with input text using formAddNewRow

sauribeasauribea Posts: 3Questions: 1Answers: 0
edited August 2013 in General
Hello;

I have a question: Is it possible use autocomplete function with input tag inside formAddNewRow element?
For example:
I had working with this:



---form
Alias Study :
---end form

jQuery(function(){
$("#strname_alias").autocomplete("listname_alias.jsp");
});

... and it's works!, but, is I try implement using the dataTable plugin with formAddNewRow does not work!
Can you help me please?
or if you have antoher solution to fix it, please share it with me, it's very urgent fix it.

Thank you very much!
This discussion has been closed.