[jQuery] Sending js variables to a jQuery constructor
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?