Hi all,
I'm facing a problem with select menu that is puzzling. I am using a select menu in my page Header and I'd like to set a place holder for the select menu. Despite trying all the options, i.e. an option tag without any value, adding the data-placeholder="true" attribute to that option, nothing seems to be working. The following is my code:
- <select id="actionsSelectMenu" data-mini="true" data-inline="true" class="ui-btn-right" data-corners="false">
- <option data-placeholder="true">Action</option>
- <option value="Approve">Approve</option>
- <option value="Reject">Reject</option>
- </select>
Could someone please tell me how I could fix this problem?!
Running :
- jquery.mobile-1.1.0
- jquery-1.7.1
- running on iPad2 with iOS 5.0.1
Any help would be greatly appreciated. Thanks!