Yii Don't Start Script Twice By Ajax

I had a index view, in which have a list of items

item1

item2

item3

When click item1 edit button, application send ajax request and get filled formed, and Js scripts and start these script(AUTOUPLOAD) by renderPartial

I update photo and save updates, all made by ajax.

when next i tried to load by ajax and edit other item, item3 for example

JS is not enabled

but when i tried in to start from browser console, everything works