I want to control does an element exist in document with its ID, when page is loading. I tried code which is below, but i failed.
if($(':not(#<%=TextBox1.ClientID %>)')){
alert("Object is null")else{alert("Object is exist")}}
Thansk for your helps already now.