A little help here to figure out what error to run this piece of code:
$('p:first').animate({
height: '+=100px',
color:'green'
},{
duration: 'slow',
easing: 'swing',
complete: function(){alert('done!');},
queue: 'false'
});
I include the plugins below but the animation does not execute.
<script type="text/javascript" src="js/jquery.color.js"></script>
<script src="js/jquery-1.7.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery-ui-1.8.17.custom.min.js" type="text/javascript" charset="utf-8"></script>
I already checked it with firebug and also appear with no error..
should be
Full code
DEMO
Note
jquer.colorshould include afterjquery library. So the inclusion order should look like: