Simple Modal with Autocomplete in ASP.NET
- by DanielJaymes
Hello,
I am quite new to this so any help is very much appreciated. I am generating a modal pop using Simple Modal, this works ok.
I now want to add jquery autocomplete to the element txtEmail. When I run the page outside of Simple Modal I can use Autocomplete, however when the page is loaded through Simple Modal it does not work.
I have…