New Announcement after LD Plugin Update

Published on 09-09-22 at 10:42 PM

الرّدود

jQuery(document).ready(function( $ ){ $( document ).on('jet-form-builder/ajax/on-success', function() { setTimeout(function() { $( '.jet-form-builder-messages-wrap').css('display', 'none'); console.log('hide'); }, 2000); }); });