Guest User

Untitled

a guest
Jan 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function onFormSubmit(e) {
  2. // какая -то Ваша логика
  3. }
  4.  
  5. var CountVar1 = document.getElementsByTagName("tbody")[0].childElementCount;
  6. if ( CountVar1 == x ) {
  7. console.log( "По прежнему ничего не изменилось.");
  8. } else {
  9. console.log( "Добавлена запись" );
  10. };
Add Comment
Please, Sign In to add comment