$('.video-js').attr('controls','controls');
$('.video-js').attr('controls',true);
或者,如果您使用的是jQuery 1.6,则可能/应该使用
$(".video-js").prop("controls",true);