の非表示の値とこのの大きなDivs
値を含むテーブルを除いて、自分のページの2つの間のhtmlを取得したいと思います。これらの2つの要素を除外するには、jQueryセレクターを使用する必要があるようです。しかし、私のコードは失敗しました。それで、誰かが私にいくつかの提案をすることができますか?これがデモで、以下が私のコードの基本的な考え方です。私が必要とするのは最初のありがとうまでの内容だけです!jqplot
Div
jqplot
:not()
table
HTML
<div class="articles">
<h2 class="model_header">Exponential Model Output</h2>
<table align="center">
<!--end 04uberoutput_start-->
</table>
<table width="550" border="1">
</table>
####I need nothing below#####
<p> </p>
<table width="400" border="0" style="display: none">
</table>
<div id="chart1" style="margin-top: 20px; margin-left: 20px; width: 650px; height: 400px; position: relative;" class="jqplot-target">
</div>
</div>
JS:
var jq_html = $("div.articles:not(table&div)").html();