Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. addNewRow(){
  2. this.rows.push({name:'new row'});
  3. setTimeout(function(){
  4. jQuery('#newSelect2Id').select2(...);
  5. },10);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement