Link to home
Create AccountLog in
Avatar of movieprodw
movieprodw

asked on

Modal Window Onload

Hello,

I just want to have a modal window show an alert on page load.

http://getbootstrap.com/javascript/#modals

Can you please tell me how to trigger this on page load.

<!-- Small modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bs-example-modal-sm">Free Shipping</button>

<div class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
  <div class="modal-dialog modal-sm">
    <div class="modal-content">
      Did you know if you purchase 4 or more, you qualify for free shipping!
    </div>
  </div>
</div>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of movieprodw
movieprodw

ASKER

Thanks, sorry for the delay, I lot track of this task and need to go back ans do it.