The code which I am analysing
var id = $(this).parents('div.answer').attr('id').split('_')[1];
I have searched unsuccessfully documentation for the method parents in Google by
Javascript "parents("
and by
Java "parents("
How can you find the documentation for the following methods in JavaScript?
parents()
attr()
split()