Jquery Accordion

Jquery Accordion

Hello Jquery! 
We've been using the Accordian UI for a menu but is there anyway to have it open the menu item per page the user is on with the active: - here's what we have.

$(document).ready(function(){
$('ul.accordion').accordion({
active: 0,
autoHeight: false,
header: ".opener",
collapsible: true,
event: "click"
});

});

Thank you very much for reading! 
Hope this makes sense.