I have 2 buttons that fire the same form which appears over the page. I would like a dropdown option to change depending on which button is fired.
What am I doing wrong?
var settings = $(this).attr('rel'); $("select[@name='menu'] option[@value='"+settings+"']").attr("selected","selected"); Error
Error: uncaught exception: Syntax error, unrecognized expression:[@value='footer']