Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function shortenNotes () {
  2. $('div#enlist tbody').each(
  3. function(trData) {
  4. trData.each(
  5. function(tdData) {
  6. alert("TdDate: "+tdData.html());
  7. }
  8. )
  9. }
  10. )
  11. }
Add Comment
Please, Sign In to add comment