Friday, August 9, 2013

jquery.color.js

When you attempt to use /Scripts/jquery.color.js you may get an error in Visual Studio like this:

To suppress this message, disable the 'Warn if no code on launch' debugger option.

 
 

This checkbox is in Visual Studio 2012 at: Tools > Options > Debugging > General ...just uncheck it to make the error go away. With jquery.color.js you may get this to work which will otherwise not work (give no effect that one may observe):

$("#foo").animate({ backgroundColor: "#548d57" }, 0).animate({ backgroundColor: "#75b249" }, 900);

No comments:

Post a Comment