CListView Ajax spoils JQuery script

Do you find with the CListView sorting and pagination that it spoils the JQuery scripts you write because you cannot "select" an element by classname after the ajax has updated the CListView when sorting or swapping page?

this is an old thread, but in case anyone sees it, you need to use the .live() or .delegate() functions in jquery to overcome this. not really a yii issue