javascript - Slide asp.net content page -


i have web site has master page , content page. have few menu items listed on master page template. want bring pages based on link click such that, pages loaded sliding animation. also, here want slide content page.. not whole page. appreciated greatly.

thanks

you can in following ways

in menu click can call ajax page content , show div in animated way.

or

put all page content in 1 page , hide non active contents, show contends according menu click (you can refer jquery tab )


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -