Tag Archives: ajax

Grails Quick And Easy Ajax Shoutbox

I recently had to make a shoutbox and I wanted to do it with Ajax in grails, so I’ll show you how it’s done. First thing’s first, let’s create the domain class and the controller for the shoutbox: grails create-domain-class … Continue reading

Posted in Howto/Tutorial, Programming | Tagged , , , , , , , | View Comments

Replacement Form Item For Grails to-Many Relationships

By default, grails just gives users a multi-select box when dealing with to-Many relationships in views. It’s damn ugly and incredibly ineffective if an end user is dealing with tons of things to select from. After tolerating it for a … Continue reading

Posted in Howto/Tutorial, Programming, Scripts | Tagged , , , , , , , | View Comments

Using jQuery’s .load and .post Functions

jQuery makes it incredibly easy to load dynamic content from another page, and to post it as well. For this quick tutorial I’m going to assume that you’re already using jQuery and it’s already linked into your pages. The load … Continue reading

Posted in Howto/Tutorial, Programming, Scripts | Tagged , , , , , , , | View Comments