Sha256: 4dd597a9a2f0edec1dfd694cf625c016ff6d296cff00d0b62a4bca0c3ca02f10
Contents?: true
Size: 814 Bytes
Versions: 1
Compression:
Stored size: 814 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>jQuery.scrollTo - Test Window MaxY to Iframe - Compat Mode</title> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.js"></script> <script type="text/javascript" src="../jquery.scrollTo.js"></script> <script type="text/javascript" src="test.js"></script> </head> <body> <h1>jQuery.scrollTo - Test Window MaxY to Iframe - Compat Mode</h1> <iframe src="WinMaxY-compat.html?notest" style="width:500px" /></iframe> <script type="text/javascript"> setTimeout(function(){ $('iframe').test(); }, 1500 ); </script> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prettydocs_rails-1.1.16 | vendor/assets/javascripts/jquery-scrollTo/tests/WinMaxY-to-iframe-compat.html |