Wednesday, February 6, 2019

choosen dropdown validation issue

if after dropdown selection error does not hide the use following

  $(".chzn-select").chosen().on("change", function () {
            $(this).valid();
        });

No comments:

Post a Comment

javascript Filter/index off

 var family = [{"name":"Jack",  "age": 26},               {"name":"Jill",  "age"...