テキストエリアを含む div があります。
<div class="parent" style="width: 500px;height: 500px;">
<textarea style="width: 100%;height:50%" class="children"></textaarea>
</div>
<script>
$('.parent').bind('contextmenu',function(){
showParentContextMenu();
});
</srcipt>
テキストエリアを右クリックすると、その親のコンテキストメニューが表示されます。この場合、テキストエリアに元のコンテキストメニュー(ブラウザの)を設定する方法!どうもありがとう!