I have an issue with an extbase frontend plugin where I list, edit and create new domain model entries. The problem is that in the "list" action of the controller the $(document).ready() function is called, but when I navigate to the "new" Action in the controller the $(document).ready() is not called but the scripts are loaded as seen in firebug. the version is TYPO3 6.2.15.
The scripts are added in setup.txt and are loaded into the page. Also, there are no errors in the browser console.
Thank you.