Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Ajax help for a simple action
What I understood from reading the Ruby on Rails documentation Ajax is pretty simple, just some javascript thingies.
So I would need some help with that because I don't know jack about javascript.
I'm going to have a blog that will have a navigation and comments hidden in the beginning, and when you press a button, they will appear with some sort of effect.
What I understand is that you have to have the info you want in the page but the div will be set hidden so that if you have CSS off, the information will show.
Can anyone shed some light to this?
0
This discussion has been closed.
Comments
Your problem, though, wouldn't require Ajax at all.