0% found this document useful (0 votes)
9 views1 page

Table

Uploaded by

sidhesh randhave
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Table

Uploaded by

sidhesh randhave
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

http://www.letters.org/request-letter/request-letter-for-salary-increment.

html

<table runat ="server" id="tbldata" calss="sid">


<thead>

<th>sidhesh</th><thead>sidhesh1</thead>

</thead>

<tbody>

<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr> <tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>
<tr><td>assss</td><td>rfrff</td></tr>

</tbody>
</table>
</br>

<p>value : <span></span></p>
<input type="submit" id="Submit" name="Submit" value="Go" runat="server" />

$('#tbldata tbody').scroll(function(){
$('span').html($("#tbldata tbody").scrollTop());
});
$("#Submit").click(function () {
alert('sidhesh');
$("#tbldata tbody").scrollTop(105.45454316887978);
});

#tbldata tbody {height:100px;display:block;overflow:scroll;}

You might also like