Why do jQuery fadeIn() and fadeOut() seem quirky in this example?
- by Ben McCormack
I've been playing with jQuery in an ASP.NET project and am finding some odd behavior with the .fadeIn() and fadeOut() functions. In the below example, a click on the button (ID Button1) is supposed to cause both the span of text with ID Label1 and the the button with the ID TextBox1 to do the following things:
Fade Out
Change the text of both…