
JQuery in my project with a simple to use application, a survey was done. Fulfilling the function as needed, but I get that little booklet that sightly. For this work was to look for appropriate mechanisms and began to call the way I want, but somehow I could not find anything. I do it myself since I have done and to share with you ken m the well. Tied 4-5 lines of code work, I liked it too.
<script type="text/javascript">
$(document).ready(
function(){
$("#anket div span").fadeTo('fast',0.1);
$("#anket div").each(function(){
var deger = $(this).text();
$(this).css({width: "0%"}).animate({width: deger}, 3000,
function(){
$("#anket div span").fadeTo(1000,1);
});
});
}
);
</script>



