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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -