$("tabs").css('height','650px;!important');
但!重要没有效果。如何在jquery中包含!important?
$("#tabs").css("cssText","height: 650px !important;");
Src:http://bugs.jquery.com/ticket/2066