Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    write your modal trigger code in window ready function Commented Sep 10, 2014 at 5:38
  • " $(window).load(function() { " saved me Commented May 25, 2016 at 8:33
  • 3
    By defining the JQuery instance twice the problem will arrise. <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> Commented May 18, 2017 at 5:55