I'm getting a weird behavior when using jquery to fadeIn/Out a div (using a similar fadeVisible binding to ko's site) where bindings are being reinitializing.
I'm unable to reproduce on jsfiddle so I don't know what to do. Boo.
Any thoughts?
Basicially…
I have an img with attr:{src binding that contains a captcha generating url. Now when I bring this form up everything is good. But as soon as I fade it out, the image refreshes to a new captcha. Weird.