allow more than one scrolling text on one page
This commit is contained in:
parent
62b1308b02
commit
2e1d5999c6
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