Advertisement
Guest User

Untitled

a guest
May 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(document).ready(function() {
  2. var tmp = $('#table-template');
  3. console.log(tmp);
  4.  
  5. tmp = tmp.find(".table__date").text('asdf');
  6. console.log(tmp)
  7.  
  8. var template = tmp.html();
  9. console.log(template)
  10.  
  11. var y = $('.tbody');
  12.  
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement