Hi,
We can use .blur() method instead of the .change() method of jQuery to achieve it.
<script src="//code.jquery.com/jquery-3.1.0.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$("div[id^='MMD_FIELD_NAME_HERE']").blur(function() {
alert( "Handler for MMD .change() called." );
});
})
</script>
Best Regards,
Dennis
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com