allow more than one scrolling text on one page
This commit is contained in:
parent
a97ec5f1cc
commit
b0c1c8bf3c
4 changed files with 7 additions and 7 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<script type="text/javascript">
|
||||
$(document).ready(
|
||||
function() {
|
||||
$("#qtextbox").niceScroll({autohidemode:false,cursorcolor:"#c2beb9"});
|
||||
$(".qtextbox").niceScroll({autohidemode:false,cursorcolor:"#c2beb9"});
|
||||
}
|
||||
);
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue