ajax and draggable problem on IE 8

ajax and draggable problem on IE 8

Hi look  at this code 
on the "$.ajax({..., succes: }) " I have this code : 
$("#result").append("<p>");
$("#result").append("<span id='" + cd[i].ID + "'>" + cd[i].Artista + " " + cd[i].Compania + " " + cd[i].Titulo + " " + cd[i].Precio + "<span/>").children().draggable({ revert: 'invalid', opacity: 0.35 }); 
 $("#result").append("</p>"); 

on mozilla and chrome draggable efect works fine but on IE8 does not workin!!! any help?