why is .ajaxComplete(...) etc. not working when I want to use it in JSF?
http://api.jquery.com/category/ajax/global-ajax-event-handlers/
is there a worksround to get the global ajax listener running in jquery (used by jsf) (I want to update e.g. the size of the navigation bar when additional content is loaded)?
i want to execute JS-Code (in JSF) with
$(document).ajaxComplete(function() { //DOSTUFF// });