1 Reply Latest reply on Mar 10, 2008 7:00 AM by lmk

    can we use jquery UI/Tabs with richfaces

    lmk

      hello..

      Id like to use jquery UI/tabs, it's possible to use that with <rich:jQuery />
      if yes do you have an example ..?

      thanks!

        • 1. Re: can we use jquery UI/Tabs with richfaces
          lmk

          I get exampel from jquery site and I try this but it does not work

          <rich:jQuery
           query="function(){jQuery('#container-1 ul').tabs()}" />


          when I dont use rich:jquery tag..it wors
           <script type="text/javascript">
           jQuery(function() {
           jQuery('#container-1 ul').tabs();
           });
           </script>
          


          what's wrong with rich;:Query ?

          regards!