Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am updating record the record it's updating the record. but i need to refresh the page to see the results... here is my code

What I have tried:

JavaScript
$(document).ready(function () {
    $('#interviewcenter-edit-details .select2me').select2({
        placeholder: "Select an option",
        allowClear: true
    });
});
Posted
Updated 15-Mar-16 19:06pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900