In your load_media_type
function you're sure that this code is returning the correct html (your last snippet of html)?
$('#select_media').load('{% url mem_media_type %}', '', function() {
$('#media_load').hide();
media_type();
});
Andy Gaskell
2009-08-21 23:33:12