How do I call a jQuery function?

How do I call a jQuery function?

Have written a few websites and am just now starting to branch out into JavaScript. I'm an old FORTRAN and VB programmer and am used to statements like CALL SCROLL("UP"). Can someone please tell me how I should call a function from my html?

Specifically I want to have text scrolling upwards in a div once the page has completed loading.

Thanks.