On Jun 4, 3:50 pm, waseem sabjee <waseemsab...@gmail.com> wrote: > $(".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