Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $("#newEmoji").val($('.selected')[0].cells[0].innerText);
  2. $("#newDescription").val($('.selected')[0].cells[1].innerText);
  3. $("#newCategory").val($('.selected')[0].cells[2].innerText);
  4. $("#newAliases").val($('.selected')[0].cells[3].innerText);
  5. $("#newTags").val($('.selected')[0].cells[4].innerText);
  6. $("#newUC").val($('.selected')[0].cells[5].innerText);
  7. $("#newIOSCD").val($('.selected')[0].cells[6].innerText);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement