Using UI Tab instead of Submit Button

Using UI Tab instead of Submit Button


Hi all,
instead of using a "normal" submit button in a form, I wanna use a tab
which I add like this with a listener:
$('#nav_container > ul').tabs("add", 'ajax.php', 'Abschicken')
.bind('select.ui-tabs', function(e, ui) {
alert("further functions followed");
});
But it doesn´t work.... I never saw the alert box?!
The next step is to show a "shout-box" with something like "Are you
sure...?". After this, the form data should be send to an php file
which then writes the data in the DB...
What do you think?! Is this generally possible?
Thanks in advance for your support.
Regards,
Daniel