Lazy load select options after clicking the element
How to populate the options (in my case is requesting to another server) when the element is clicked.
My problem now is the option() will obtain the data immediately whenever the select element shown, which in my case sometimes can cause timeout (so the loading also took so long)
0 Replies