This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes rich:jQuery not working in IE8 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "rich:jQuery not working in IE8 " Watch "rich:jQuery not working in IE8 " New topic
Author

rich:jQuery not working in IE8

Radu Mircea
Ranch Hand

Joined: Jun 14, 2009
Posts: 45
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:



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
suresh dasari
Ranch Hand

Joined: Oct 05, 2009
Posts: 120

Hi

I am facing the same issue, is any one solved this problem???


Sun Certified Java Programmer with 93 percent
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: rich:jQuery not working in IE8
 
Similar Threads
Switch rendering of a rich:panel
jsf page that does not update values according to the model
When to use inner classes?
rich modal window submission
Get textbox value in the Same JSP Page