No, as far as i can see these are not loaded. I use $(“#somediv”).load(‘mywpurl #div’)…[etc] to load any wordpress page, including the ones from Event-calendar and including pages that have sidebars with the mini-calendar. I could of course always (somehow) make sure all EC-scripts ands CSS files would be on every page, but then still the javascript will not be executed on the freshly loaded content. What I suppose i need is a doAfterAjaxPageIsLoaded() kindof function, which would call all ECP scripts…