1 Reply Latest reply on Mar 11, 2008 6:12 PM by sergeysmirnov

    Masked Input Plugin whith Rich Faces

    spyrogyra

      Hi, any example of using Masked Input Plugin with Rich Faces?

      Thanks ;-)

      PS: I am trying so

      <h:inputText id="date">
       <rich:jQuery selector="date" timing="onload" query="mask('99/99/9999')" />
       </h:inputText>


      But:

      $("#tabs").tabs is not a function
      [Break on this error] $("#tabs").tabs();
      
      $.fn has no properties
      [Break on this error] $.fn.caret=function(begin,end){


      Any suggestions