[Rails] Re: selecting params value to use with $.ajax()

2012-02-28 Thread Vell
On Feb 28, 10:21 am, Gerardo Argiz wrote: > What about security with this kind of implementation, are they secure ? > What should you do in order to create safer applications ? > Im not sure I understand your question. I am not attempting to go around the current security I have in place. What a

Re: [Rails] Re: selecting params value to use with $.ajax()

2012-02-28 Thread Gerardo Argiz
What about security with this kind of implementation, are they secure ? What should you do in order to create safer applications ? On Mon, Feb 27, 2012 at 7:16 PM, Vell wrote: > > > On Feb 27, 4:59 pm, Javier Quarite wrote: > > On Mon, Feb 27, 2012 at 4:52 PM, Vell wrote: > > > > > Thanks for

[Rails] Re: selecting params value to use with $.ajax()

2012-02-27 Thread Vell
On Feb 27, 4:59 pm, Javier Quarite wrote: > On Mon, Feb 27, 2012 at 4:52 PM, Vell wrote: > > > Thanks for the quick response. That does give me a little more clarity > > but I guess my question was how do I define my variable with a value > > that is in params? When I do alert($("#params")) I g

Re: [Rails] Re: selecting params value to use with $.ajax()

2012-02-27 Thread Javier Quarite
On Mon, Feb 27, 2012 at 4:52 PM, Vell wrote: > > Thanks for the quick response. That does give me a little more clarity > but I guess my question was how do I define my variable with a value > that is in params? When I do alert($("#params")) I get a response of > object Object. When I do alert($(

[Rails] Re: selecting params value to use with $.ajax()

2012-02-27 Thread Vell
On Feb 27, 4:27 pm, Javier Quarite wrote: > On Mon, Feb 27, 2012 at 3:43 PM, Vell wrote: > > Hello all, > > > I'm trying to write a jquery function where I am posting some data from a > > form. I am wondering is there a way to select the particular param that I > > want to use when I submit the