Advertisement
Guest User

Untitled

a guest
May 28th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('.table-striped tr').click(function() {
  2.         var id = $(this).children('td:first-child').children('a').text();
  3.         $('#detail_photo').empty();
  4.         $('#detail_photo').append('<img src="/system/flats/'+id+'/all/flt_'+id+'_1.jpg" height="128"> ')
  5.  
  6.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement