$(function() {
    
    // In-field labels
    if ($("div.infield label").length) {
        $("div.infield label").inFieldLabels();
    }
    
})
