> $(".mylinkclass").live("click", function() {
> alert("it Worked");
>
> }):
Thanks very much for the swift and helpful reply. I'd not come across
'live' before, but looking at the docs http://docs.jquery.com/Events/live
it's plainly what I need, and it works fine :)
Cheers
Fred
No comments:
Post a Comment