You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May be this will help some guys. TODO: Manage "$(window).resize()"
`
// Open/close
$(document).on('click.nice_select', '.nice-select', function(event) {
var $dropdown = $(this);
var $list = $dropdown.find('.list'); // NEW LINE
May be this will help some guys.
TODO: Manage "$(window).resize()"
`$dropdown = $ (this);
// Open/close
$(document).on('click.nice_select', '.nice-select', function(event) {
var
var $list = $dropdown.find('.list'); // NEW LINE
`
The text was updated successfully, but these errors were encountered: