Skip to content

Manually trigger items reload (when using ajax/load) #112

Answered by jamesst20
jamesst20 asked this question in Q&A
Discussion options

You must be logged in to vote

Answer

document.querySelector('#firstSelect').addEventListener('change', function () {
        console.log(this.value);
        secondSelect.clear();
        secondSelect.clearOptions();
        secondSelect.load('');
    });

Replies: 1 comment 1 reply

Comment options

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

Answer selected by jamesst20
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