I have successfully generated select drop-downs that are static (option/value code is fixed). I need to build the "options and "values" dynamically from a database table using ajax. This is associated to Editor generated CRUD screens. The user will select from a database driven drop-down list for a given Editor screens.
I could see using jquery to append "options" and "values" to the HTML generated select elements. If so, where is the best place to incorporate this code. It needs to happen at a place after screens are built and displayd and before the user inputs his/her data.
Is there an existing method (better way) for accomplishing this? I have attempted searching on things like "select" and "select ajax" with little luck.
Thank You,