Skip to content

Commit ae85597

Browse files
authored
jQuery.getScript: Update the jQuery Color link to a versioned one
1 parent 474b3bb commit ae85597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.getScript.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $.cachedScript( "ajax/test.js" ).done(function( script, textStatus ) {
9292
<example>
9393
<desc>Load the <a href="https://github.com/jquery/jquery-color">official jQuery Color Animation plugin</a> dynamically and bind some color animations to occur once the new functionality is loaded.</desc>
9494
<code><![CDATA[
95-
var url = "https://code.jquery.com/color/jquery.color.js";
95+
var url = "https://code.jquery.com/color/jquery.color-2.1.2.js";
9696
$.getScript( url, function() {
9797
$( "#go" ).click(function() {
9898
$( ".block" )

0 commit comments

Comments
 (0)