In my JSP page I added some links:
Organization Data
Here is the another solution as well, the bind method.
$(document).bind('click', ".intro", function() { var liId = $(this).parent("li").attr("id"); alert(liId); });
Cheers :)