Don't use Wonder's Deprecated AjaxRoundEffect!
I got brave and used AjaxRoundEffect a while back ignoring the fact that it is deprecated. However it is deprecated for a reason....
I got brave and used AjaxRoundEffect a while back ignoring the fact that it is deprecated. However it is deprecated for a reason. It messes with the really useful Ajax stuff. I happened to be adding Wonder Ajax bits to a page today whereby a form is submitted using ajax when certain radio buttons were clicked so that some other dependent form elements could be added or removed. My AjaxSubmitButton (used as a submit function) simply would not work. After tearing my hair out for a while and simplifying things to try and figure out what was blocking the AjaxSubmitButton function from working, I discovered that Rico-based AjaxRoundEffect was the culprit. Removed AjaxRoundEffect and all began to work as expected.
Posted: Friday - January 16, 2009 at 11:12 AM