0 Replies Latest reply on Jul 16, 2010 6:44 AM by radu321

    rich:jQuery not working in IE8

    radu321

      Hi ,

       

      I want to trigger a new click event (on the same button) after a button from a modal panel was clicked. Something like click to simulate double click on that button.

       

      I used this code:

       

       

      <a4j:form>
      ...
      
      <rich:jQuery name="testClick" selector="#myButton" timing="onJScall" query="trigger('click');" />
      <a4j:commandButton id="myButton" ... onclick="testClick();" ... oncomplete="#{rich:component('myModalPanel')}.hide();" ...
      </a4j:commandButton>
      
      ...
      </a4j:form>
      

       

      On Firefox this code is working so, if i click on "myButton" than another click event is triggered, but in IE this is not happing, please if you have an idea how to solve this, give me a hand...

       

      Thanks,

      Radu