function form_labelize(){  
    jQuery(".labelize input:text").clearingInput(); 
}

jQuery(document).ready(function() {

form_labelize();

});
