I have integrated scrollify plugin. Whenever, I click on submit button without data, it gives an error. But that error could not be visible to me. scrollify lock the scrollbar. How can i see that error.
below is the screenshot.
This is the footer with validation. Validation error is below submit button, could not see.
jQuery(function($) {
$(function() {
$.scrollify({
section:".panel1",
scrollSpeed:1100,
overflowScroll: false,
scrollbars: true,
touchScroll:false,
interstitialSection:"#colophon",
after:function(i) {
}
});
});
});