jquery - How to implement ajax voting application using the Grails Framework? -
A good sample of code or articles that can help?
there is no plugin that can "vote" because polling is quite domain specific
Applying a simple voting app in Grails will be easy. I will write it here, but I need more information about who you are voting for, vote etc.
To apply "AJAX" in your app for Ajax section, which is orthogonal for voting, just use the remote function tag for some fractures. Or you can roll your own using jquery.
Comments
Post a Comment