1
This button closes a modal, but needs to be without causing a Reload. There are ways?
<button type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="javascript:window.location.reload()"><span aria-hidden="true">×</span>
</button>
All you have to do is remove the function window.location.Reload in the
onlick
button.– LeAndrade
Place
javascript:void(0)
– Sam