0

I am trying to check the page opened is Home Page then show the popup to register. Register Modal will be shown by setTimeout method

 setTimeout(function(){ $("#modalregister").modal('show'); }, 3000);

The Popup should only be set on Home Page.On the other pages Register is only opened by click

 <a href="#" data-toggle="modal" data-target="#modalregister" class="signup_btn">REGISTER</a>

How to check using window.location.href == '/'

B L Praveen
  • 1,812
  • 4
  • 35
  • 60

0 Answers0