Commit 5e2cced2 by Manzar Hussain

add js

parent 6c27fc97
......@@ -475,6 +475,18 @@
$(".btnSubmitdata").on('click', function(e){
e.preventDefault();
$(".error_list").show().delay(2000).queue(function(n) {
console.log(n);
$('.error_list').hide();
n();
});
})
})(jQuery);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment