I hang the change(event) on one of the elements. When this event arrives, I want to update the contents of the tab. To create tabs I use jQuery. If the handler just write
$(containerId).tabs("select", index); then nothing happens. How to update the data in the tab?
Also, in the select handler, the correct URL of the tab is formed.