Is $("#File_Selector_Container").html(data);
synchronous?
Basically, will the DOM will have finished being updated once this completes so that I can refer to elements in the HTML that is in data
following this statement?
Is $("#File_Selector_Container").html(data);
synchronous?
Basically, will the DOM will have finished being updated once this completes so that I can refer to elements in the HTML that is in data
following this statement?