検索入力を追加して、jQueryダイアログのタイトルバーに重ねたいのですが、問題は次のとおりです。
- この特定のjQueryダイアログのcssオーバーフロープロパティを削除できません
- タイトルバーは常に入力検索ボックスの上部にあります。
私もこれを試しました:
$('div#viewVoters').attr('style','overflow:visible');
$('#viewVoters').css('overflow','');
$('#viewVoters').remove('style');
cssプロパティを削除する方法や、検索入力を追加する方法はありますか?
<div id="viewVoters" style="width: auto; min-height: 95px; height: auto; overflow: hidden;" class="ui-dialog-content ui-widget-content" scrolltop="0" scrollleft="0">
</div>