Skip to content

Instantly share code, notes, and snippets.

@4knort
Created May 27, 2016 16:59
Show Gist options
  • Save 4knort/1dc0169924e3446a07131db7a0d894ba to your computer and use it in GitHub Desktop.
Save 4knort/1dc0169924e3446a07131db7a0d894ba to your computer and use it in GitHub Desktop.
$(document).ready(function() {
var tmp = $('#table-template');
console.log(tmp);
tmp = tmp.find(".table__date").text('asdf');
console.log(tmp)
var template = tmp.html();
console.log(template)
var y = $('.tbody');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment