Using niceform

Using niceform

Hi

I am a new jQuery user.

I am developing a webapp that uses other JS libraries so I cannot use the short notation for statements.

in my current case, I am trying to use niceform from http://www.lexcat.ro/nicejforms/

how do I write my jQuery statement which builds the niceform. You can see the different options I tried.

   
      jQuery(document).ready( function(){
         //$.NiceJForms.build();   
                        // cannot use above 'cos of conflicts with other libs   

         //jQuery("NiceJForms").build();   // error
         jQuery("NiceJForms.build();");
      });
   


The last one throws no JS errors but I do not see the css applied to my form controls.

Thanks for any help
Franco