jQuery's css method stops script execution
Hello people,
am working on some javascript based web applic, using some jQuery plugins. When page content is requested by ajax and embedded into the page, some scripts are executed to initialize the plugins. But unfortunately both fail on calls of jQuery's css method (script execution is just canceled, so guess there's any problem).
I don't have any clue where it derives from currently. Is there maybe a way to get around it by reinitializing/ updating the page body for jQuery?
Cheers
JBL