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

JavaScriptjQuery

Avatar of undefined
Last Comment
movieprodw

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Dave Baldwin

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
movieprodw

ASKER
Thanks, sorry for the delay, I lot track of this task and need to go back ans do it.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23