Chart 'Days' dropdown

alt=
duke
@musamensa
7 years ago
253 posts
i am trying to add a dropdown menu so user can choose between 7/14/30/90/360 day charts , how should i go about with the codes ?
updated by @musamensa: 06/04/17 10:02:08AM
alt=
duke
@musamensa
7 years ago
253 posts

</div>
    
    <select class="form_select" id="chart_days" onchange="jrAudioPro_chart_days(this.value)">
                                        <option value="1">1 Days</option>
                                        <option value="7">7 Days</option>
                                        <option value="14">14 Days</option>
                                        <option selected="selected" value="30">30 Days</option>
                                        <option value="90">90 Days</option>
                                        <option value="365">365 Days</option>
                                    </select>
michael
@michael
7 years ago
7,714 posts
Your question is too large there is no place to start to answer it. The code in your second post is the HTML code for a dropdown select list.

It contains a javascript function that fires when the dropdown changes. That function is defined in the jrAudio module.

Its unclear where you're trying to add it to, or what the goal is.
alt=
duke
@musamensa
7 years ago
253 posts
Hi, I want users to be able to change the search results using a dropdown menu, I would like them to have control over the Chart days, Genre, Country and profile . I would like a scenario whereby a user can search top songs from a particular genre in a particular country. Hope this is not too large ?
Thanks
amwproductions
@amwproductions
7 years ago
185 posts
Hi each we are searching for this, this was a great option, how we can edit this?

Tags