[jQuery] nicejforms latest version
Hello,
I am wondering where can download the latest version of NiceJforms ? i
found download from http://www.lexcat.ro/nicejforms/
not sure that version work with jquery 1.0 only or? as i fail when
call them using jquery-1.3.2, it stated Object does not support this
property or method ( i guess must be some syntax error )
all of my JQ syntax like following
jQuery(document).ready(function(){
(function($){
$('#x_voice_out').corners({radio:5, outColor:'#00FDFD'});
})(jQuery);
});
but NiceJforms are
$(document).ready( function() { $.NiceJForms.build(); } );
so I am wondering do i need to make some change of nicejforms.js code
that co-operate with jquery 1.3.2 version?
i am newbie for jquery..:)
appreciate for any help.
many thanks/Davis.