How to implement ajaxcontroltoolkit-animation using JQuery?
I like to implement this idea in JQuery. I dont want to insert ajaxcontroltoolkit just for that.. I guess the main idea is to use .animate on a div but I dont completely figured out that, javascript isnt exactly my specialty. Can you help me?
开发者_StackOverflowThanks.
See jQuery UI dialog: http://jqueryui.com/demos/dialog/ or implement your own via the documentation:
http://docs.jquery.com/Main_Page
http://docs.jquery.com/Tutorials
精彩评论