I have a big table with vertical scroll bar. I would like to scroll to a specific line in this table using jQuery/Javascript.
Should I look for plug-ins for this task, or there are built-in methods ?
|
I have a big table with vertical scroll bar. I would like to scroll to a specific line in this table using jQuery/Javascript. Should I look for plug-ins for this task, or there are built-in methods ? |
||||
|
|
|
Dead simple. No plugins needed.
|
|||||||||||||||||
|
|
I'd say it is even simpler looking than the accepted answer to scroll to something:
Or, to go to the top of the page:
|
|||||
|
|
I like this one: http://flesler.blogspot.com/2007/10/jqueryscrollto.html See the demo: http://demos.flesler.com/jquery/scrollTo/ |
|||||||||||||||
|
|
I've always found the jQuery scrollTo plugin to be very useful for this. Play with the demos to see if it's for you. |
|||
|
|
|
best plugin I found was this: git://gist.github.com/3848811.git Its not a plugin per say but it does the work of one, and it solved my problems. unfortunately it only works in FF. No ideea why chrome doesn't like it/doesn't wanna run it. EDIT: Meanwhile I managed to do it myself. No need for any plugins. CHeck out my gist: https://gist.github.com/3857347 |
|||||
|
|
Not sure why no one says the obvious, as there's a built in javascript scrollTo function http://www.w3schools.com/jsref/met_win_scrollto.asp
|
|||
|
|