3 Replies Latest reply on Oct 30, 2008 7:48 PM by nbelaevski

    How to use jQuery on richface?

      I have add the following code in my jsf page but javascript error show.

      <a4j:loadScript src="resource://jquery.js"/>

      $(document).ready(function() {
      alert('test') ;
      });