jQuery yBox: Advanced Modal Popup Plugin Examples

An animated, easy-to-use, feature-rich, jQuery modal popup plugin for any web content such text, iframes, images, galleries, and much more.

Show The Popup On Page Load

       <script> yBox('WelCome'); </script>
      

Multiple Popups

Click Me
       <a href="#link1" class="yBox"> </a>
      
Hello
Hello again :)

iFrame Popup

       <a href="https://www.youtube.com..." class="yBox yBox_iframe"> </a>
      

Additional Classes

Click Me
       <a href="#myLink" data-ybox-class="myYboxClass" class="yBox"> </a>
      

AJAX Popup

Click Me
       <a href="https://www.google.com" class="yBox yBox_ajax"> </a>
      

Gallery Lightbox

       <a href="image.jpg" data-ybox-group="group1" class="yBox"> </a>
      
       <a href="image.jpg" data-ybox-group="group2" class="yBox"> </a>