Could you please let us know, what's the best way to use jQuery UI along with Pivot
Please use the following snippet to use custom jQuery and jQuery UI versions:
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.js"></script> <script type="text/javascript" src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script type="text/javascript" src="flexmonster/flexmonster.js"></script>
Thanks, it was helpful!