Does JQuery have the ability to create an area that scrolls? Like I have a small box and I need to show some check boxes but they don’t all fit so I need a way to slide down the list.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t need jquery to do that. Just use
overflow:scrollin css in a fixed size div.Sample here : http://jsfiddle.net/dystroy/a4PHU/
If you want to set it with jquery, you can of course use