Skip to content

UL List id option #34

Discussion options

You must be logged in to vote

There is a id in a parent DIV
btn-group-{is of the original select tag}

example :

<select id="test"></select>

<div class="vsb-main" id="btn-group-test">....

so you can get it with :

document.querySelector("#btn-group-test ul");

Cheers

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@TheRealGoodLivin
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by PhilippeMarcMeyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants