1 Reply Latest reply on Oct 19, 2009 7:55 AM by troy.sellers

    JQuery and richfaces

      Hi every one


      I am tried to use jQuery in my page for to displays images by side scrolling left or right.
      I am using the sample code from following link.
      http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm


      Now I am facing problem with following script declaration.


      <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
      Or
      <a:loadScript src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" />
      



      After declare above jquery script file in my page, all the richfaces components in my page (rich:dropDownMenu , rich:modelPanel) not working.


      Is it possible to use jquery with richfaces.


      Any help to resolve this issue.