A: 

Could you post the code of the tabs?

I supose the problem is because inside the "#div" you have defined the children. So jquery trigger the event of tag select of tab 1-x to its parent

maybe you could try to unbind the event for each of the children.

A: 

Thanks patxi11980.

you're right, all my tabs are inside the "#div" element. This is the way the Jquery UI tabs works

chris