how to enable autoplay in a jquery?

how to enable autoplay in a jquery?

$(function() {
           
                $('#da-slider').cslider();
               
            });

i'm using this script for a slider. how to enable auto play in this script?