Hi,
I am unable to apply cycle plugin to listview. It works when the page is loaded but once a delete, add or edit action is performed the cycle plugin fails. Please help me asap. Following is the script that I have applied to the div listview, rest all the code is same as the editable version of listview example except that I have removed the pager so that I can use the cycle plugin.
I am unable to apply cycle plugin to listview. It works when the page is loaded but once a delete, add or edit action is performed the cycle plugin fails. Please help me asap. Following is the script that I have applied to the div listview, rest all the code is same as the editable version of listview example except that I have removed the pager so that I can use the cycle plugin.
<script type="text/javascript" src="../javascript/jquery.cycle.all.js"></script> <script type="text/javascript"> $(window).load(function(){ $('#listView').cycle({ fx: 'scrollRight', next: '#listView', timeout: 0, easing: 'easeInOutBack' }); }); </script>