ujs
How to asynchronously submit a form when clicking a control, Ajax-style?
In a Rails3 app, I have a boolean attribute root represented by a radio control (not checkbox) and I want to be able to automatically save the new value of root - Ajax-style.[详细]
2023-02-16 05:41 分类:问答jquery validation silently ignored on IE - when using rails ujs driver + jquery-validation + ajax form
not clear to me whether the problem is with the ujs driver or the jquery-validate plugin... when using jquery UJS driver (most recent, from github) + jquery-validate plugin (most recent, from github)[详细]
2023-02-15 13:36 分类:问答unobtrusive jquery and rails
I have been a fan of UJS for the longest time and I usually put ALL my code in application.js(jquery, not prototype)[详细]
2023-02-10 18:19 分类:问答jquery-ujs ajax events are not handled
I\'m trying to implement ajaxy signup with rails 3. I\'m using jquery-ujs and remote form. I access the signup form with $.get request, and it is displayed correctly. This signup form is remote:[详细]
2023-02-10 02:28 分类:问答Can't get a FORM to submit remotely in Rails 3.0.3?
I am using Rails 3.0.3 with jQuery ujs. I want to send a form remotely. The view template mains/index.html.erb containing the form looks as follows:[详细]
2023-02-08 00:37 分类:问答Where are Rails 3 custom JavaScript events defined?
As I look through the Rails 3 jquery-ujs code, I notice tha开发者_Python百科t it binds to custom JavaScript events (submit.rails, click.rails, etc). Does anyone know where are these custom \'.rails\'[详细]
2023-02-02 03:33 分类:问答Standart Delete link not working with Rails3 + JQuery UJS
I am making Ruby On Rails 3.0.3 app with JQuery 1.4.4 and jQuery UJS rails.js (https://github.com/rails/jquery-ujs)[详细]
2023-01-31 06:42 分类:问答rails 3 is routing "POST /categories" to the CategoriesController#index action
I have an ajax form for creating a new Category. <%= form_for(@category, :remote => true) do |f| %>[详细]
2023-01-31 03:09 分类:问答Dynamic item insertion messing up the zebra striping
I have a simple list of products where zebra striping is achieved using the cycle method. Here is the product partial:[详细]
2023-01-29 04:56 分类:问答Rails 3 UJS - controller gets called twice by link_to :remote
I have a weird problem where JQuery is creating two AJAX requests for a link_to method. I am developing a Rails 3 app with JQuery for UJS. I have a toggle link which toggles between \'Follow\' and \'U[详细]
2023-01-26 15:36 分类:问答