|
|
Not a Grails question per se (I hope people don't mind), but highly relevant to Grails web applications, and I'm hoping to draw on people's experience from AJAX-ifying their Grails applications. I'm working on an app at the moment where it's proving much neater to refresh areas of the page via AJAX with Jquery than to go to a whole new page. The downside is that the Back button no longer works as it should - the standard AJAX problem. There are a bunch of plugins out there for Jquery which help with this, although it's possible to control the history without the use of a plugin (albeit in a way which runs into cross-browser compatibility issues). I'm just wondering what others have favoured, as I assume that I'm far from the first Grails developer to run into such issues.
|