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

Applying jcycle plugin to listview

0 Answers 38 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Aashish
Top achievements
Rank 1
Aashish asked on 31 Oct 2012, 08:46 PM
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. 

<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>


No answers yet. Maybe you can help?

Tags
ListView
Asked by
Aashish
Top achievements
Rank 1
Share this question
or