Re: [Xsltforms-support] Using JQuery with XSLTForms?
Brought to you by:
alain-couthures
From: David C. <ot...@cr...> - 2010-04-16 21:00:58
|
Grégoire Colbert wrote ... > Did you succeed in using JQuery with XSLTForms? When I add : > <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> > > I get an error message in my XForm : > > Incorrect Javascript code generation > (...) > TypeError > div.style is undefined > > If anyone had better luck, I would be happy to know what's wrong. Did you include jQuery.noConflict()? That's worked for me. - David |