- <select name="category" class="ad-cat cat">
- <option value="0">See All</option>
- <option value="4">Local Business</option>
- <option value="3">Events</option>
- <option value="5">Home for Sale</option>
- </select>
This is how "select" is marked up.
The code is inside $(document).ready().
Isn't it a difference when you create content on the fly vs. content which is already contained within the JS?
Thanks for your great help! (I wished someone could remove IE from all PC's..)