multiple add-attribute jquery
$('.bfh-datepicker').find('input[type=text]').attr({
name : "sketchInputDate",
id : "sketchInputDate"
});
// for single attribute add
$('.bfh-datepicker').find('input[type=text]').attr('name','sketchDemos');