Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. let item = $(`<div id="${obj.id}" class="card w-50">
  2. <div class="card-body">
  3. <h5 class="card-title">${obj.number} ${obj.title}</h5>
  4. <button type="button" class="btn btn-danger">Löschen</button>
  5. </div>
  6. </div>`)
Add Comment
Please, Sign In to add comment