Author: nbelaevski
Date: 2010-11-09 13:55:12 -0500 (Tue, 09 Nov 2010)
New Revision: 20005
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richJQuery/simple.xhtml
Log:
https://jira.jboss.org/browse/RF-9747
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richJQuery/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richJQuery/simple.xhtml 2010-11-09
17:46:25 UTC (rev 20004)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richJQuery/simple.xhtml 2010-11-09
18:55:12 UTC (rev 20005)
@@ -74,7 +74,7 @@
</ui:repeat>
</h:panelGroup>
- <rich:jQuery id="liveTestJQuery"
selector="#liveTestGroup .liveTestComponent" attachType="live"
event="click" query="alert(jQuery(this).text().trim())" />
+ <rich:jQuery id="liveTestJQuery"
selector="#liveTestGroup .liveTestComponent" attachType="live"
event="click" query="alert(jQuery.trim(jQuery(this).text()))" />
<br/>