You can supply atributes with initialization of plugin. Code can be like this:
$(document).ready(
    $("#accordion").accordion_plugin({
            accordion: true,
            show_speed:'slow'
            });
    $("#another_accordion").accordion_plugin({
            accordion: true,
            show_speed:'fast'
            })
);
 
Or I'm missing the point again?
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to