Hi,
> This fails
Your parentheses are wrong. I just reformated your code and here is the
result:
$(document).ready(function() {
$('#getTags').click(function() {
$('#taglist').load('http://tarique.sanisoft.com/cheesecake/tags/taglist',
function() {
$('a.taglink').click(tagSelect);
});
});
}); // here the statement ends and the rest leads to a parse error in the JS
interpreter.
}
);
Christof
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/