79267178

Date: 2024-12-10 06:18:51
Score: 0.5
Natty:
Report link

It will be resolved by Reset the model when you click on the close button:

$('#yourModalID').on('hidden.bs.modal', function () {
    $(this).find('#error, #success').hide(); 
    $(this).find('#content').show(); 
    $(this).find('form')[0].reset();
});

#yourModalID = Add your model id

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Developer Nilesh