I am using the ace editor component from ajax.org inside a jquery tab interface. Each tab will contain a separate ace editor. Whenever I switch to a new tab, the editor in it wo
To focus to the end:
editor.focus(); editor.navigateFileEnd();
Thanks to @a-user