This is a migrated thread and some comments may be shown as answers.

disable rotate buttons

1 Answer 42 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 09 Jan 2013, 12:28 PM
how to disable rotate buttons?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Jan 2013, 12:31 PM
Hi,

Try the following code snippet to achieve your scenario.

JS:
<script type="text/javascript">
    $(document).ready(function () {
        $(".rrButton").attr("disabled", true);
        $(".rrButton ").addClass("rrButtonDisabled");
    });
</script>

Regards,
Princy.
Tags
Rotator
Asked by
Sigma
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or