[jQuery] New to jquery, adding/modify option box in a <select> block
Hi all,
Given the enthusiasm of the community that surrounds jquery, in
addition to the excellent documentation, I've decided to give it a go
over prototype and the like.
I have a rather simple inquiry that's more conceptual than
technicalicaties of syntax. I'm currently writing an application for a
car inventory. Users have the option to select make/model, etc, which
ultimately adds the options to a database.
My issue is right now I lack an existing database with car make/
models, and I'm looking to incorporate some javascript to allow users
to dynamically add/modify/remove options in a <select> block. Is
JQuery the right tool for this? If so, would anyone be kind enough to
point me in the right direction as far as documentation to begin
reading so I can attempt an implementation?
Thank you kindly all!
Cheers,
- sf