I would like to know how to declare a variable in jQuery
The code I am currently using is
$.name = \'anirudha\'; alert($.name);
That co
in jquery we have to use selector($) to declare variables
var test=$("<%=ddl.ClientId%>");
here we can get the id of drop down to j query variable