Assets

Contents

basic.css

Slimbox
  • jquery.js (jQuery v3.4.1)
  • slimbox2.js
  • slimbox2.css
  • jQuery Modal

      - AJAX = "https://cdnjs.cloudflare.com/ajax/libs"

       <script src="https://vaucher.ca/assets/slimbox/jquery.js"></script>	
       <script src="AJAX/jquery-modal/0.9.1/jquery.modal.min.js"></script>
       <link  href="AJAX/jquery-modal/0.9.1/jquery.modal.min.css" 
    			rel="stylesheet"/>
    			
       <a href="#mod1" rel="modal:open"><button> Show Modal </button></a>
       
      <div id="mod1" class="modal">
         <h2>Modal #2</h2>
         Ligne de texte.
      </div>
       
       
       
    

    Typical Uses

       <link rel="stylesheet" href="https://vaucher.ca/assets/css/basic.css"  />
    
       <script type="text/javascript" src="https://vaucher.ca/assets/slimbox/jquery.js"></script>
       <script type="text/javascript" src="https://vaucher.ca/assets/slimbox/slimbox2.js"></script>	
       <link rel="stylesheet" href="https://vaucher.ca/assets/slimbox/slimbox2.css" 
        	type="text/css" />
    
       <link rel="stylesheet" href="https://vaucher.ca/assets/css/button.css"  />