Displaying 2 results from an estimated 2 matches for "collective_select".
Did you mean:
collection_select
2010 Jun 04
6
Ajax fails in IE8
...3.6.3, chrome and safari.
The new functionality basically sees a "sub category" drop down list
get generated in my form as soon as a "Category" value is selected
from the "Category" drop down list.
I have been using the standard rails api such as observe_field, and
collective_select.
Anyway, when I loaded up the webpage on IE8 and selected a value from
the "Category" drop down list, the form fails to show the subcategory
drop down list.
Ajax doesn''t seem to be working here in IE8.
I know that rails uses prototype.
I have read that prototype 1.6RC2 is ful...
2009 Oct 15
10
AJAX - how to have multiple select form sets implemented?
hi, there :)
Consider a blogging application whereby a user is trying to add a new
blog.
He/she has to select a category. Upon selecting a category from a drop
down box, a new sub categories drop down box will be created (hence an
AJAX call). Got this implemented and it''s ok.
Now, let''s assume that a given blog can have multiple categories (and
subcategories).
For example, a