Hi I am calling my plugin this way :
$().accordionQuizz('accordion');
my plugin gets the param this way :
jQuery.fn.accordionQuizz = function(accordion){
jQuery(accordion+' [EMAIL PROTECTED], #'+accordion+'
label').each(function(){
How to do in order to call the plugin this way :
$('#accordion').accordionQuizz();
thanks
Olivier

