Posts tagged as "a4j:jsfunction"

Posted by Claudiu on 15th January 2010
n/a

A4j:jsFunction on page load

Problem You need to send some data to the server on page access. One way to do this is by calling an a4j:jsFunction with the appropriate parameters. The problem is that you have to call this function after the page has fully loaded. Solution Use the jQuery(document).ready for this. If you call the function too [...]