Jquery Does Not Work After Ajaxsubmitbutton's Update

I used ajaxSubmitButton to update html table. There is a button delete in last column in every rows. I want jquery should work on the updated HTML table after ajaxSubmitButton. So for testing purpose I have been trying to show javascript alert once click delete button. To understand clearly, please see the image

Please could you tell me why jquery does not work in this circumstance.

Thanks,

Shimul

Hi,

Please can you post your ajax request code.

are you using [size=2]‘live’=>false and [/size]

[size=2]are you checking whether base js files got loaded[/size]

[size=2]

[/size]

[size=2]try this before partialrender[/size]

<?php Yii::app()->clientScript->registerCoreScript(‘yii’);?>

<?php Yii::app()->clientScript->registerCoreScript(‘jquery’);?>