[richfaces-issues] [JBoss JIRA] Created: (RF-1129) jQuery: syntax error. jquery.js.jsf (line 14)
Aleksej Yanul (JIRA)
jira-events at lists.jboss.org
Tue Oct 16 10:32:50 EDT 2007
jQuery: syntax error. jquery.js.jsf (line 14)
---------------------------------------------
Key: RF-1129
URL: http://jira.jboss.com/jira/browse/RF-1129
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: facelets 1.1
tomcat 5.5.17
FF 2.0.0.7
Reporter: Aleksej Yanul
<style>.myClass {
border: 2px solid #0090DF;
background-color: #68BFEF;
width: 150px;
height: 70px;
margin: 10px;
}</style>
<div class="myClass"></div>
<rich:jQuery selector=".myClass" timing="onload" query="draggable()" />
does not work without:
<context-param>
<param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
<param-value>false</param-value>
</context-param>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list