Inconsistant data using $.when
I don't know if it's just me being incompetent, however using a $.get requests within $.when returns different results than only using $.get but only when there is another promise being returned from an animation. I've tried to illustrate my problem as clearly as possible but I've never used jsbin before either, so fingers crossed.
All the $.when XHR requests returns the document HTML but it's inconsistent with regards to tables. I initially thought there was something wrong with the $.when as I've never used that before either, but a simple switch to $.get resolved the issue, upon further testing it is only apparent (to me) to effect tables which seems rather odd.
Can anyone can tell me what I'm doing wrong, or if it is indeed a bug, thanks.