Anobody succeeded in using ICEFaces with jQuery?
        Posted  
        
            by hubertg
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hubertg
        
        
        
        Published on 2010-03-12T08:45:04Z
        Indexed on 
            2010/03/12
            8:47 UTC
        
        
        Read the original article
        Hit count: 678
        
Basically jquery is usable with IceFaces. Then only problem arises when partial updates of the page are used. For example you have a panelgroup where a jquery datepicker element (jquery UI datepicker plugin) is used.
If the panelGroup is visible from the beginning it's no problem. The jquery call to jQuery(".datepicker").datepicker finds the input and jquery can do it's magic.
But if the panelGroup is shown because of a partial update of the page (because the visible propery is changed) jquery is not called again.
Does anybody has a solution to this problem?
Basically the idea would be that jquery is run each time the dom has changed.
© Stack Overflow or respective owner