.draggable() not firing for objects created on the fly

.draggable() not firing for objects created on the fly

Is there a reason why I am unable to drag objects created after my page is loaded? I doubt it has to do with postbacks as other functions including jquery fades run normally even after postbacks except for my drag functionality.

help!