Hi,
i'm trying to set a data-transition to my form by doing this :
$form = new Jqm_jqmForm('form','data-transition="fade"');
but actually, it always take the default transition page (slide).
How can i do this ? or how can i set up the defaultTranstionPage ?
Regards