Jump to an anchor link on function complete in jQuery?
- by nick92675
I have a simple slidetoggle function that opens onclick. What I'd like to do is jump the user down to the bottom of the page following the opened div. Basically, wait for the slidetoggle to complete - then imagine clicking my jump link to pull the viewport down. Here's my code.
$('#clickme').click(function() {
…