admin管理员组

文章数量:1392073

I have a jsFunction that I am running, and would like javascript to be performed after re-rendering is finished. I'm guessing that the javascript in "onplete" is called -after- re-rendering takes place, but don't know for sure. Any thoughts?

Thanks.

I have a jsFunction that I am running, and would like javascript to be performed after re-rendering is finished. I'm guessing that the javascript in "onplete" is called -after- re-rendering takes place, but don't know for sure. Any thoughts?

Thanks.

Share Improve this question asked Jul 16, 2010 at 17:20 Jon OnstottJon Onstott 13.7k16 gold badges82 silver badges137 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 5

That's correct, onplete happens after rending is done. Here is more info on a4j:jsFunction: http://mkblog.exadel./ria/richfaces-ria/using-richfaces-a4jjsfunction-sending-an-ajax-request-from-any-javascript/.

本文标签: javascriptFor a4jjsFunctiondoes reRender or oncomplete happen firstStack Overflow