[Xsltforms-support] Using JQuery with XSLTForms?
Brought to you by:
alain-couthures
From: Grégoire C. <gco...@gm...> - 2010-04-16 20:30:48
|
Hello, 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. Thanks, Grégoire PS : I'm using XSLTForms revision 384 since rev 385, with HTML output in, seems to completely ignore my CSS. I'm using : <xsl:output method="html" encoding="UTF-8" ......> |