bes,
сасем Замучили ,
ireznik,
попробуйте в конец страницы
<style type="text/css">
div.disabled #search_params_attributes_return_date{
background: #D3D3D3!important;
}
</style>
<script>
window.onload = function () {
setTimeout(function(){//
var a=$("#search_params_attributes_return_date");
a.attr("disabled","disabled");
a.parent().addClass("disabled")
},200);
$("#aviasales_one_way_checkbox").change(function(){
setTimeout(function(){
if($("#aviasales_one_way_checkbox:checked").length){
var a=$("#search_params_attributes_return_date");
a.removeAttr("disabled"); a.parent().removeClass("disabled")
}
},20);
setTimeout(function(){
if($("#aviasales_one_way_checkbox:not(:checked)").length){
var a=$("#search_params_attributes_return_date");
a.attr("disabled","disabled");
a.parent().addClass("disabled")
}
},20);
});
}
</script>