Rapido: how to maintain ajax functionality on a custom theme

I need a better understanding of Rapido's ajax machinery. it seems to depend on something that ships with the Barceloneta theme. Just wondering, what do I need to keep in a custom theme to ensure that the ajax functionality will continue to work reliably?

The secret sauce is in the rapido.js file.
I added the following rule to my diazo rules:

<after css:theme-children="body">
        <script src="++resource++rapido.js"></script>
</after>

Now all the rapido "ajaxy" stuff just works.

1 Like