Freelancer:
jagdishidhate
Modal opening on load page done.
$(document).ready(function(){ //Add below line to your javascript file to open modal on page loading. $('a[data-reveal-id]').trigger('click'); //add below code to redirect to any page after 6 seconds setTimeout(function(){ window.location = "https://www.freelancer.com/" },6000) });
