I have this code:

$('#' + this.options.tab_set_id + ' a').livequery('click', function()
{
        var id = $(this).attr('rel');
        self.element.children('.cr_tab_content').html(self.element.children('#' 
+
id).html());
});

and when i do a trigger('click') on on one of the those links, nothing
happens, but if i use bind instead of livequery, it does work.  it this a
known issue?
-- 
View this message in context: 
http://www.nabble.com/livequery-and-trigger%28%29-issue--tp14538619s27240p14538619.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to