Hello,

I'm using the following versions of jquery:
- jquery-1.3.1.min.js
- jquery-ui-personalized-1.6rc6.min.js

Can somebody help me with this?
I can't figure out how to bind different functions for multiple remote
tabs.

Iam adding remote tabs by clicking a link on my page like in this
example.

*****************************************************************************************************
1. Adding Remote Tab User
*****************************************************************************************************
$("a.administration_user").click(function () {

$("#content").tabs("add", 'portal/user/user.php', 'User').bind
('tabsload', function(e, ui) {

.. here i add my functions , like add / delete / edit user.. etc.

})

*****************************************************************************************************
2. Adding Remote Tab Store
*****************************************************************************************************
$("a.administration_store").click(function () {

$("#content").tabs("add", 'portal/store/store.php', 'Store').bind
('tabsload', function(e, ui) {

.. here i add my functions , like add / delete / edit store.. etc.

})
*****************************************************************************************************

Now my problem is for example if i click on the user remote tab, the
content from all remote tabs is loaded again. But i want only to load
the user remote content. Is there a method of binding functions to the
just added remote tab?

Thank you for help,
michael

Reply via email to