Sha256: aa79e1031e4eff97ccc69ace88464987a40176c03736c6674c296776367b07ed

Contents?: true

Size: 1.09 KB

Versions: 39

Compression:

Stored size: 1.09 KB

Contents


$(document).ready( function() {

    // 1) remove all content 
    $( 'body > *' ).remove();
          
    // 2) show banner  
    $( "<div>" ).html(
       "<p>"
       + "Microsoft's Internet Explorer browser has no built-in vector graphics machinery "
       + "required for 'loss-free' gradient background themes."
       + "</p>"       
       + "<p>"
       + "Please <span style='background: yellow'>upgrade to a better browser</span> "
       + "such as <a href='http://getfirefox.com'>Firefox</a>, <a href='http://www.opera.com/download'>Opera</a>, "
       + "<a href='http://google.com/chrome'>Chrome</a>, <a href='http://apple.com/safari/download'>Safari</a> or others "
       + "with built-in vector graphics machinery and much more. "
       + "(Learn more or post questions or comments "
       + "at the <a href='http://slideshow.rubyforge.org'>Slide Show (S9)</a> project site. Thanks!)"
       + "</p>"      
     )
     .css( {   
       border: 'red solid thick',
       padding: '1em',
       fontFamily: 'sans-serif',
       fontWeight: 'bold' } )
     .prependTo( 'body' );    
  }
);

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
slideshow-templates-3.0.0 templates/s6/jquery.microsoft.js
slideshow-templates-2.4.0 templates/s6/jquery.microsoft.js
slideshow-2.3.0 templates/s6/jquery.microsoft.js
slideshow-2.2.0 templates/s6/jquery.microsoft.js
slideshow-2.1.0 templates/s6/jquery.microsoft.js
slideshow-2.0.1 templates/s6/jquery.microsoft.js
slideshow-2.0.0 templates/s6/jquery.microsoft.js
slideshow-1.2.5 templates/s6/jquery.microsoft.js
slideshow-1.2.4 templates/s6/jquery.microsoft.js
slideshow-1.2.3 templates/s6/jquery.microsoft.js
slideshow-1.2.2 templates/s6/jquery.microsoft.js
slideshow-1.2.1 templates/s6/jquery.microsoft.js
slideshow-1.2.0 templates/s6/jquery.microsoft.js
slideshow-1.2.0.beta5 templates/s6/jquery.microsoft.js
slideshow-1.2.0.beta4 templates/s6/jquery.microsoft.js
slideshow-1.2.0.beta3 templates/s6/jquery.microsoft.js
slideshow-1.2.0.beta2 templates/s6/jquery.microsoft.js
slideshow-1.2.0.beta1 templates/s6/jquery.microsoft.js
slideshow-1.1.0 templates/s6/jquery.microsoft.js
slideshow-1.1.0.beta8 templates/s6/jquery.microsoft.js