Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
teleject committed May 6, 2012
1 parent a66b592 commit 7ab0602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg-swap.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--><!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--><!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--><!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--><head> <title>SVG Swap</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> <script src="svgswap.jquery.js"></script> <script> $(document).ready(function(){ $(".svgswap img").svgswap(); }); </script> </head><body> <header> <h1>SVG Swap</h1> <h2>A simple jQuery plugin for swapping SVG image with a raster image for older IE versions. </header> <div role="main"> <p>McDonald's logo means SVG. IE logo means IE 8 or less. <p> <div class="svgswap"> <img src="example.svg" data-svgswap="example.png"> </div> </div> <footer> <p>Built by <a href="http://twitter.com/teleject">Christopher Schmitt</a>.</p> </footer></body></html>
<!doctype html><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--><!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--><!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--><!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--><head> <title>SVG Swap</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> <script src="svgswap.jquery.js"></script> <script> $(document).ready(function(){ $(".svgswap").svgswap(); }); </script> </head><body> <header> <h1>SVG Swap</h1> <h2>A simple jQuery plugin for swapping SVG image with a raster image for older IE versions. </header> <div role="main"> <p>McDonald's logo means SVG. IE logo means IE 8 or less. <p> <div class="svgswap"> <img src="example.svg" data-svgswap="example.png" class="svgswap"> </div> </div> <footer> <p>Built by <a href="http://twitter.com/teleject">Christopher Schmitt</a>.</p> </footer></body></html>
Expand Down

0 comments on commit 7ab0602

Please sign in to comment.