I\'m having some trouble with finding the visibility param for JQuery.
Basically... the code below does nothing.
$(\'ul.load_details\').animate({
This might help:
$(".pane .delete").click(function(){ $(this).parents(".pane").animate({ opacity: 'hide' }, "slow"); });