Hello!
I have 4 different selects on my page (insID, MapID, CharID and LookID) and i got the
“var inInsID = $(’.select2-search__field’)[0].value;”
Workin to return my current search fild input… but it gets the same for every select, i want to differentiate by select name or id… is it possible?
What i’m lookin to do is to run keypress query AND option choose query using Ajax.