Published
- 1 min read
jquery get data-id
The solution for this is noted below
jquery get data-id
Solution
$(this).data('id') // will return the number 123
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
$(this).data('id') // will return the number 123
Try other methods by searching on the site. That is if this doesn’t work