Hi,
please help on the below issue which is related to jquery:
page having a button as "SUBMIT" and code is like below:
$(document).ready(function () { $("#Submit").click(); });
the issue is i want to make a difference between the call is coming from document.ready or button click
Please help me on this.