php page fade transition
php page fade transition
I am having trouble with a site. On the site there is a "photo library" pulling from a db.
There are 2 views, a thumb view and a large view. On the large view, it also pulls in descriptions etc as well as previous and next buttons. The url looks looks like this. It has 3 categories of pics and the pages are the large pics, previous/next increments the p.
/portfolioL.php?c=1&p=11
I am trying to have p=? fade to p=?.
There is a main encapsulating div as well.
Does anyone have any ideas how how i could accomplish this with jquery?