jquery - select option with data-native-menu="false" -
i have select menu in jquery mobile. have added data-native-menu="false"
property can stylize own custom select menu.
i want position menu below select option. how can achieved. thnx
my code:
<select data-native-menu="false"> <option>sunday</option> <option>monday</option> <option>tuesday</option> </select>
Comments
Post a Comment