<?php
$(document).ready(function() {
//$('#left-panel').addClass('animated bounceInRight');
$('#project-progress').css('width', '50%');
$('#msgs-badge').addClass('animated bounceIn');
$('#my-task-list').popover({
html:true
})
});
?>