Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146882 | Aug 23,2019 01:06 PM UTC | Aug 26,2019 11:19 AM UTC | jQuery | 1 |
![]() |
Tags: ejDropDownList |
$('#myModal').on('shown.bs.modal', function (e) {
// Event triggered after opened bootstrap modal
var selectedItems = $("#listbox").data("ejListBox");
alert(selectedItems.model.selectedItems); // selected items before the refresh method
$("#listbox").ejListBox("refresh", true); // Refresh the listbox
alert(selectedItems.model.selectedItems); // selected items after the refresh method
}); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.