Server IP : 85.214.239.14 / Your IP : 3.14.5.180 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/cwd/srv/modoboa/instance/sitestatic/jquery/test/data/manipulation/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>body</title> </head> <body> <div id="qunit-fixture"></div> <script src="../../../dist/jquery.min.js"></script> <script> var script = document.getElementsByTagName( "script" )[ 0 ], div = document.createElement( "div" ), src = "http://" + window.parent.externalHost, success = true, error = ""; script.parentNode.appendChild( div ); div.innerHTML = "<iframe name=\"test\" src=\"" + src + "\">"; jQuery(function() { try { jQuery( "<div>hello<div>world</div>!</div>" ).appendTo( "#qunit-fixture" ); } catch( e ) { success = false; error = e; } window.parent.iframeCallback({ status: success, description: "buildFragment sets the context without throwing an exception" + ( error ? ": " + error : "" ) }); }); </script> </body> </html>