How to maintain state of the DOM manipulated by jQuery/javasscript when reRendering richfaces/jsf components?
问题 I've have problem when it comes to rendering some of my components in my jsf application. The problem is when i use jQuery on my page for example hiding the button. When the page reRenders the button come back to its original form which is supposed to be hidden. Has someone has expertise on this matter that will be able to help me find a suitable solution or there is some principles here or techniques which was i blindly misunderstood? Thanks. :) 回答1: The problem is when I use jQuery on my