How to clear all input fields in a Bootstrap V3 modal when clicking the data-dismiss button?
If you are using a form in the modal then you can use
$("#form_id").trigger("reset");