Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 25th, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $('div.plan_position .plan_people').live('click', function() {
  2.     var id_name = $('#matrix2 .plan_people .icon p').parent().parent().parent().parent().attr('id');
  3.     $(this).find('.icon p').append(id_name);
  4.     alert(id_name);
  5.   });