I'm using this plugin:
http://www.jeremymartin.name/projects.php?project=kwicks
And my code follows this example:
http://www.jeremymartin.name/examples/kwicks.php?example=7
I'm using the configuration setting of: sticky: true,
The plugin sets the first element in the list to be active and expands to display the content that hidden for all other elements.
What I want to be able to do is dictate which element is 'active' rather than it always being the first element?
I've tried adding .active into the markup but obviously the JS adds .active for me to the first element.