Thursday, May 16, 2024

Saved file

 function checkWhetherddlBranchMultiSelectCheckOrNot() {

    if ($("#ddlBranch option:selected").length == 0) {

        alert("Please select Branch");

        return;

    }

}


No comments:

Post a Comment