http://www.myweeblytricks.com/2014/02/weebly-tricks-42-adding-skill-bar-with.html
jQuery(document).ready(function(){
jQuery('.skillbar').each(function(){
jQuery(this).find('.skillbar-bar').animate({
width:jQuery(this).attr('data-percent')
},6000);
});
});
Manish Kumar ChoudharyPosted Dec 9, 2014, 3:49 AM
Hi Elavarasan P,
web service and bind data using jquery or java scripts
Go through following link it might help u
http://aspsnippets.com/Blue/Articles/Load-data-while-Scrolling-Page-down-with-jQuery-AJAX-and-ASPNet.aspx