Is this possible?

var tabSelectHandler = "handleTabSelect_Pers";
          $('#tabs').tabs({ selected: '0', fx: { opacity: 'toggle' },
select: tabSelectHandler });

where I'm passing tabSelectHandler variable into the tabs constructor?

Reply via email to