Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. addListItem: function(obj, type) {
  2. // Create HTML string with placeholder text
  3.  
  4. '<div class="item clearfix" id="income-0"> <div class="item__description">Salary</div> <div class="right clearfix"> <div class="item__value">+ 2,100.00</div> <div class="item__delete"> <button class="item__delete--btn"><i class="ion-ios-close-outline"></i></button> </div> </div> </div>'
  5.  
  6. // Replace the placeholder text with some actual data
  7.  
  8. // Instert the HTML into the DOM
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement