Can you help me with this jQuery selector?
$(\".auctiondiv .auctiondivleftcontainer .countdown\").each(function () { var newValue = parseInt($(this).text
Use jQuery .siblings() to select the matching sibling.
$(this).siblings('.bidbutton');