I am trying to find the next div after an input button and toggle it.
What am I doing wrong?
JS:
$(\".showNextExperience\").click(function() {
$(this).siblingings().eq(0) should to do it.
$(this).siblingings().eq(0)