Sha256: ee9e457b2d275a91b044e4bb285d4200b92b647a31b42e43d0242020f7402de1
Contents?: true
Size: 536 Bytes
Versions: 10
Compression:
Stored size: 536 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Test case for jQuery ticket #11470</title> <script type="text/javascript" src="../../../dist/jquery.min.js"></script> <script type="text/javascript"> jQuery.when( jQuery.ready ).done(function() { jQuery("body").append("<div>modifying DOM</div>"); window.parent.iframeCallback( $("div").text() === "modifying DOM" ); }); </script> </head> <body> <!-- empty body --> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems