This may be a very simple question in syntax but I've been googling and still can't find the answer.
I'm trying to set focus to the first SELECT element which has a specific string but the string is held in a dynamic variable. What would be the correct syntax? I thought the below would be correct but it doesn't seem to work.
$('SELECT[id*=" + qID"]').focus();