Skip to content

Commit 1d26e2a

Browse files
antishokkswedberg
authored andcommitted
jQuery.getScript: Remove random code sample.
Closes gh-588.
1 parent e0e513e commit 1d26e2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

entries/jQuery.getScript.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ $.ajax({
2828
Success Callback
2929
</h4>
3030
<p>The callback is fired once the script has been loaded but not necessarily executed.</p>
31-
<pre><code>
32-
$( ".result" ).html( "&lt;p&gt;Lorem ipsum dolor sit amet.&lt;/p&gt;" );
33-
</code></pre>
3431
<p>Scripts are included and run by referencing the file name:</p>
3532
<pre><code>
3633
$.getScript( "ajax/test.js", function( data, textStatus, jqxhr ) {

0 commit comments

Comments
 (0)