Hi, i have the "c_500" id and i need the id from next parent with the classname "pp".
i search something like ...
$('#c_500').getNextParentWithClass('pp');
html
<div id="d_548" class="pp">
<div class="class_ft">
Blub<hr />
<div id="here">content</div>
<div id="c_500">content</div>
</div>
</div>
Thanks in advance! Peter