Hello all,
I wrote this jQuery script that gets the id of the ul i clicked and
saves it as a variable. How can I use this variable in my Rails
project?
Thank you,
Philip
Hello all,
I wrote this jQuery script that gets the id of the ul i clicked and
saves it as a variable. How can I use this variable in my Rails
project?
Thank you,
Philip
On Apr 3, 12:29 pm, bigPHIL18 [email protected] wrote:
Hello all,
I wrote this jQuery script that gets the id of the ul i clicked and
saves it as a variable. How can I use this variable in my Rails
project?
Are you using jRails or just hand coding the jQuery stuff?
Take a look at jQuery.post method (or $.post) that will let you send
your ID back to the server…
Cheers,
-Mark T.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs