This question is locked. New answers and comments are not allowed.
Hi
I am using DropDownList list in my application. I am using OnLoad event of DropDownList to store DropDownList element as global variable and use that variable in $(document).ready. I found that in Internet explorer Onload event of dropdownlist is handled first and then $(document).ready function is called whereas in firefox and chrome its opposite. Can someone explain this behaviour and solution to it.
Regards
Amandeep.
I am using DropDownList list in my application. I am using OnLoad event of DropDownList to store DropDownList element as global variable and use that variable in $(document).ready. I found that in Internet explorer Onload event of dropdownlist is handled first and then $(document).ready function is called whereas in firefox and chrome its opposite. Can someone explain this behaviour and solution to it.
Regards
Amandeep.