I stringify the inside this and it printed following on console...
this value is inside success event : {"url":"https://api.appery.io/rest/1/db/colle...?
include=columnname&where=
This is what is going on.....
using 'this' outside is returning HTMLDivElement object and if we call 'this' inside success event its returning the RESTObject.
That tells us whats going wrong... we cannot use $(this).find inside success event.
Could you please advise what should I use inside success event to get access to current HTMLDivElement element.