Is anybody know the exact flow of javascript functions excution. I have Three methods as below.
loadFormData();
displayHeight();
displayTextContent();
in any javascript the above functions will execute without order. now i want to make the above functions execution in a sequence. if any one knows please reply.