[jQuery] adding parameters to tabsClick()

[jQuery] adding parameters to tabsClick()


Is there a way to pass parameters with the tabsClick function?
My basic code looks like this:
    $('.newslink').click(function() {
$('#tab_menu > ul').tabsClick(3);
return false;
});
That works great for every link with the .newslink class. But what if
I want each link to go to a different anchor point in that third tab?
Is there a way to pass that value? I've tried various methods of
appending it, but I'm sort of grasping at straws.
What about passing parameters like 'news.php?id=12'. How could one
append that '?id=12' with tabsClick?
I'm still new with this, though I'm really trying to move beyond that
stage, and I really appreciate the help. Baby steps... :)
Thanks.
- Sterling