Show All Labels

By default we only show the labels for the first and last points, shown below is an example of labels being applied to all pips.

</>
($)
                <div class="slider"></div>
            
                $(".slider")
                    .slider({
                        max: 12
                    })
                    .slider("pips", {
                        rest: "label"
                    });