[Rails] Re: UJS guides somewhere?

2011-05-25 Thread daphonz
Yes, absolutely. AJAX stands for "Asynchronous Javascript". So learning some Javascript is key. On May 24, 12:53 pm, "Tomas R." wrote: > so before trying ajax i need to learn javascript right? > > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribe

[Rails] Re: UJS guides somewhere?

2011-05-24 Thread Tomas R.
so before trying ajax i need to learn javascript right? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe fro

[Rails] Re: UJS guides somewhere?

2011-05-24 Thread daphonz
I also don't know of any good guides for this. You can see the relevant RailsCast for it: http://railscasts.com/episodes/205-unobtrusive-javascript where Ryan Bates discusses using the *.js.erb style of returning JS to the page to be executed. I'd recommend reading through the rails adapter you'

[Rails] Re: UJS guides somewhere?

2011-05-24 Thread Robert Walker
bill gate wrote in post #1000518: > forget ujs ,only use jquery > that is very easy and also work fine. @Tomas, ignore this reply Unobtrusive JavaScript (UJS) and jQuery are completely unrelated. One has nothing to do with the other. jQuery can be just as obtrusive, or unobtrusive, as any JavaSc

[Rails] Re: UJS guides somewhere?

2011-05-23 Thread bill gate
forget ujs ,only use jquery that is very easy and also work fine. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsub