IDK if I'm just overlooking something but i can get this to work:
var scu = 0291285;
$('input[value=scu]').val('changed');
nothing happens, but when i try:
$('input[value=0291285]').val('changed');
the input with a value of 0291285 changes. will this method not take a var, and if so is there a work around for this?