jQuery move focus to next input

jQuery move focus to next input

I have a form that contains multiple inputs on different levels. 

Is there a jquery function that can simulate the pressing of 'TAB' key?

I tried using next or nextUntil but none simulate the 'TAB' key because they only go on the same level and not go to the upper levels.