Re: [Rails] rails ajax issues

2012-05-28 Thread azizmb.in
Your problem is in your jQuery call. You need to use the value returned by the server and update the DOM in your success call. Have a look at these tutorials: http://wabism.com/ajax-tutorial-with-jquery/ http://viralpatel.net/blogs/2009/04/jquery-ajax-tutorial-example-ajax-jquery-development.html

Re: [Rails] rails ajax issues

2012-05-28 Thread amruby
On Thursday, 24 May 2012 08:32:42 UTC-4, azizmb.in wrote: > > Hi Vishnu > > Users on this group are not here to *give* you solutions, rather to point > you in the correct direction. > > To point you in the correct direction, you need to respond to the js > format

Re: [Rails] rails ajax issues

2012-05-24 Thread azizmb.in
Hi Vishnu Users on this group are not here to *give* you solutions, rather to point you in the correct direction. To point you in the correct direction, you need to respond to the js format, and then upda

[Rails] rails ajax issues

2012-05-24 Thread amruby
Hi * *I think this is my 4 or 5th post about the ajax issues with my rails code. But i couldn't rectify my issues sofar. problem is, In my pages.html.erb have one text field and button. when i click on that button, the text field value will get into the controller through ajax,so after the