Raffales-LMS/public/js/form-repeater.init.js
2024-04-16 15:43:24 +05:45

1 line
251 B
JavaScript
Vendored

$(document).ready(function(){"use strict";$(".repeater-default").repeater(),$(".repeater-custom-show-hide").repeater({show:function(){$(this).slideDown()},hide:function(e){confirm("Are you sure you want to remove this item?")&&$(this).slideUp(e)}})});