Hi Dimby,
your problem is very easy; you are creating a new element, a new
'', but it does not have an event attached. It's a beginner
mistake.
You only need to change one line:
$('a.remove').live ('click', function() {
var id= $(this).attr('id');
$('li#'+id).fadeOut('fast', func
Hi Dimby,
your problem is very easy; you are creating a new element, a new '', but it
does not have an event attached. It's a beginner mistake.
You only need to change one line:
$('a.remove').live ('click', function() {
var id= $(this).attr('id');
$('li#'+id).fadeOut('fast', fu
2 matches
Mail list logo