$(".dhx_el_button.add input").css("display","none");

Hi,is there something like" $(".dhx_el_button.add input").css(“display”,“none”)"?

You can apply hide() method:

$$(“scheduler”).$$(“add”).hide()