Im sure the solution is simple but I cant figure it out :( I need to combine two jquery selectors in one selector:
$(this) + $(\'input[type=text]:first\') >
$(this).children('#inpouter[type=test]:first').focus();
Should do the trick...