Hi,

I'm new to drupal.
I'm doing sortable images using jquery UI in drupal. and it is working for firefox and Safari. but, not IE.
It displays javascript error "Object doesn't support this method or property".

$(document).ready(function() { $("#test-list").sortable({ }); });

Any suggestion please?