Dynamically remove select option value using href - jquery
I am having a list of users with delete hyperlink assume
<a href="#" onclick="delete(id)">Delete</a>
And i have a combo box at the top to filter specific user using user id.
The delete action will performed with ajax and it reloads the content. The
content gets reloaded but the combo box contains the deleted id. Is there
any way to clear it using jquery.
No comments:
Post a Comment