Guest User

Untitled

a guest
Nov 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(".main_block_input_field_inputs_button").click(function () {
  2. $(elemText).find(".contenInput")
  3. .text($(text).val())
  4. .end()
  5. .prependTo(".todo_block_list");
  6. });
Add Comment
Please, Sign In to add comment