I am generating a drop down from a text file using "load" function in jquery. I am in need to select a dynamic value from this drop down based on my session variable.
$("#id").val(session variable) is not working.
Is there any other way to select value from this drop down?