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 just tried Beta 2 of Version 2 and it worked well for me. Do you intend to do a final 2.0 release? BTW, thank you so much for maintaining...

This is a really great plugin 👍 but it's a shame that it seems no more maintained. In example given, value attribute was only **1 word** while in my code...

Hello, I'm trying to get multiple selects to work together but running into some issues. Using your example I understand how to link 2 selects using A+B to show in...

Plugin version 1.0.1 not support data-attributes, only class names. Please fix documentation or add warning. **Also CDN uses older version:** https://cdnjs.cloudflare.com/ajax/libs/jquery-chained/1.0.1/jquery.chained.min.js

Would still need compiling into min and probably also this change: https://github.com/tuupola/jquery_chained/pull/69/commits/2f68092e145e52e9b90356675e078654552c4598 Using it something like this: var setDefaultFromUrl = function(select) { console.log('executed'); }; $("#all-downloads-service-pack").remoteChained({ parents : "#all-downloads-version", url :...

Fix bug when call split() on number Similar to this PR https://github.com/tuupola/jquery_chained/pull/74 but he changed the minified version

Not work on FireFox 67 but work on Google Chrome Can you check this ? ``` $("#add_ligne_form #NumProduit").chained("#Categorie2"); $('#add_ligne_form #Categorie2').on('change', function() { $("#NumProduit").selectpicker('refresh'); }); ``` Thx

Hi, I've tested the example in multiple browsers, it works everywhere except on Safari when using Firebase (tested on iOS 11.2.6 with Firebase 5.2.0).

To work with numeric data types. Error in Google Chrome 67.0.3396.87 : Uncaught TypeError: d.split is not a function at HTMLOptionElement. (jquery.chained.min.js:2) ... in -> b=d.split(" ")

I can't seem to get this plugin to work properly. The chaining works, but no matter how many times I pick an item from the first select, the fetched value...