0

I am trying to get the text value of the current list item.

enter image description here

I have tried using $(this).text() and $(this).parent().text() which both return undefined or null. I assume the solution is relatively simple but I cannot figure this one out.

dave
  • 575
  • 4
  • 19
  • Add the code please to the post. – Zakaria Acharki Jun 12 '17 at 15:03
  • Might relate: https://stackoverflow.com/a/6520267/1022914 – Mikey Jun 12 '17 at 15:11