views:

25

answers:

0

Hi Guys,

Got a jquery question for you...

I have a option list and when you select the various options, it highlights the relative accordion index.

How do I stop this happening? I would like to leave the user on the option list that they are using to make the selection.

This is the line of jquery that makes the selection on the accordion, where i is the selected index from the option list.

$j("#accordion").accordion( 'activate' , i );

To summarise, I need to stop the autofocus of the activated accordion.

Thanks, Tom