How to use alwayshints
alwayshints(written small) are so central to Ajaxify that we are dedicating a whole page to it:
If you have installed Ajaxify and it does not work out of the box chances are, that you need some alwayshints
settings. They are necessary, when there are external JS files, that have to be loaded every time around.
With alwayshints
, you can control files to be loaded every time around, even if you don’t control their inclusion on the server side
Multiple alwayshints
have to be separated by comma + space
alwayshints | Files loaded each time |
---|---|
‘productsearch’ | All files with URL containing the string ‘productsearch’ are re-loaded each time around |
‘productsearch, showcart’ | All files with URL containing the string ‘productsearch’ OR ‘showcart’ are re-loaded each time around |