mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
JavaScript for freezing first column.
This commit is contained in:
parent
90dbea3fa6
commit
5f95efc3c5
@ -101,5 +101,13 @@ Other firmwares
|
||||
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.freeze-first-col tbody').scroll(function(e) {
|
||||
$(this).find('td:nth-child(1)').css("left", $(this).scrollLeft()-5);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
* `AAK199` --- pre-release version for pre-relase devices
|
||||
* `AAK831`, `AAL655` --- no OTA, use an Autoloader if available
|
||||
|
Loading…
Reference in New Issue
Block a user