jquery_chained icon indicating copy to clipboard operation
jquery_chained copied to clipboard

Chained Selects for jQuery and Zepto

Results 27 jquery_chained issues
Sort by recently updated
recently updated
newest added

I added a trigger to the getJSON so I could listen to the event. Changes - request = $.getJSON(settings.url, data, function(json) { build.call(self, json); /\* Force updating the children. */...

feature

Hi there - I think this is different from the 'support optgroup' issue. What I'm thinking is that instead of classnames as the hook for the secondary chained select box,...

Currently, selects are expected to be flat. There's no JSON syntax or code to handle [`` tags](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup). The `label` attribute is mandatory so that should simplify the syntax. In case...

2.0
feature

``` javascript $.fn.remoteChained.defaults = { ... emptyValueName: '-' }; ``` And before "Add new options from json" need to add this code: ``` javascript if (settings.emptyValueName) { option_list.unshift(['', settings.emptyValueName]); }...

feature

Hi, The current plugin works great, do you have any plans to support multi-select (multiple attribute in select)? Thanks, Raghu

2.0
feature

Implements https://github.com/tuupola/jquery_chained/issues/20 If a `data-chained` attribute is present, it will be used, if it isn't, it'll fallback to the class based system currently used. This solves issues such as values...

2.0