Adding draggable elements not working with XMLHttpRequest()

Adding draggable elements not working with XMLHttpRequest()

Heya all,

I am adding some new div's elements threw XMLHttpRequest(). My div's are draggable in my HTML document using jquery and the draggable option is assigned to the class. All the new div's generated with my XMLHttpRequest() are not.

I know that the links are good with the new div's since they are taking all the CSS assigned to the class.

Is there any reasons why?

Thanks in advance!