Hi, use fadeIn() fadeOut() methods to do this... Note : use jquery-1.3.1
On Apr 7, 5:00 am, PF <piercefree...@gmail.com> wrote: > Hi everyone: > > I am looking for a way using jQuery to fade my content in and out when > the user clicks a button. For example: > > The user loads the page, the content <div> fades in. > The user clicks on a like to another page and the content fades out > and then the new content fades in. > > And ideas?