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
Hi, first I must say great job and thank you. This is the first js script that works with bootstrap modal, specificaly my case under Elementor Widget. Been testing lots of other options and they all display incorrectly, sooo a big thank you.
it seems that the 'change' event triggers multiple times, because it also triggers on 'open' and 'close' events
I use latest version v4.0.3
Also i jQuery v3.7.0
This is what I do:
let ddSelect = new MsDropdown(document.getElementById("filter_suppliers"), {
name: "filter_suppliers",
selectedIndex: 0,
on: {
'change': handler_change_filter_suppliers
}
});
The function handler_change_filter_suppliers() simply prints a message to console
The text was updated successfully, but these errors were encountered:
Hi, first I must say great job and thank you. This is the first js script that works with bootstrap modal, specificaly my case under Elementor Widget. Been testing lots of other options and they all display incorrectly, sooo a big thank you.
it seems that the 'change' event triggers multiple times, because it also triggers on 'open' and 'close' events
I use latest version v4.0.3
Also i jQuery v3.7.0
This is what I do:
The function
handler_change_filter_suppliers()
simply prints a message to consoleThe text was updated successfully, but these errors were encountered: