Hello,
I'm developing a jquery mobile wordpress site which I would like to have this combination below as dropdown list/form...
- Drop down list (similar to wp_dropdown_categories).
- The drop down list should list A-Z.
- To retrieve posts from a specific category.
- Once you select a letter, it retrieves the posts beginning with that letter (and from the category specified in 3).
- It automatically submits when you select the letter. No imput button.
I'm guessing this is impossible but if any one knows how to do it then that would be awesome.
Thanks