Guest User

Untitled

a guest
Jan 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <td id="ini_name>
  2. <span id="<?php echo $ids[$k]['miembro_IDs'] ?>">
  3. <?php echo $value['nombre']; ?>
  4. </span>
  5. </td>
  6. <td>
  7. <input id="show_message" class="btn btn-primary" type="button" value="Show">
  8. </td>
  9.  
  10. $('#show_message').click(function () {
  11. alert($(this).find('#ini_name').children('span').attr('id'));
  12. });
Add Comment
Please, Sign In to add comment