• This is a great plugin, but if you are using ajax load (infinite scroll or pjax) the ajax loaded content w/ gd star will NOT work.

    This is because the author(s) failed to use event delegation. Instead of $('click'),function use $(document).on('click','diva divb etc', function (e) PLEASE.

  • The topic ‘Needs event delegation!!!!!’ is closed to new replies.