Hello M.
It's SP 2007 and I am certain that
I can change the department drop down and the variable changes each time (in firebug you can type in variable name to get value); and also I can pull the dquery value and see the entire string with the appropriate text set.
It's SP 2007 and I am certain that
$("select[title='Department'] option:selected").text()
is getting the value I need.I can change the department drop down and the variable changes each time (in firebug you can type in variable name to get value); and also I can pull the dquery value and see the entire string with the appropriate text set.