You are here: Home » All Posts » jQuery

jQuery

Loading a Drop Down List Using jQuery

To load a drop down list (or a simple list) from a database, there are different ways. One is to embed PHP code in the HTML code, that loops through the rows in the database and adds <option> </option> tags. A better alternative is to dynamically load the list using Ajax.

Read the full article →