Create Ajax After Cjuiautocomplete Selected

hi ,

i want to make an ajax after cjuiautocomplete selected but after i check in firebug the data is not send.

here my code

anyone help me ?

I think that you should check data return when ajax success by alert(data) first.

The alert is not showing

in this line: url:\"".$this->createUrl(‘messages/deleteList’)."\",

I think that the code below will help you:

url: “<?echo $this->createUrl(‘controller/action’)?>”;