Questions tagged [chained-select]

Identification of (level 1) controls that should be selected by default when a main control (at root level) is selected. Then all of such (level 1) check box or radio controls should be selected at once. Now there may be more of such controls (level 2) when in such a condition they must get selected too. Level by level this becomes a chain of selections.

Identification of (level 1) controls that should be selected by default when a main control (at root level) is selected. Then all of such (level 1) check box or radio controls should be selected at once. Now there may be more of such controls (level 2) when in such a condition they must get selected too. Level by level this becomes a chain of selections.

33 questions
0
votes
0 answers

PostgreSQL : Is there a way/easier way to write a SQL query inside a case statement?

Problem : Current implementation has only one metric(avg) based on which it shows results. Required implementation needs to accommodate other metric's as well. However, I can't just place them in CASE statements as the queries needs to be sorted…
user5566364
  • 173
  • 2
  • 12
0
votes
1 answer

Why I can't use chained jquery in loop condition?

Gargoyle
  • 9,590
  • 16
  • 80
  • 145
0
votes
1 answer

Gravity Form-Dynamic Pop. the Chained Select

Bit of a newb here. Teaching myself PHP/java/etc. as a go. I've been using THIS using GF's Document page to create a Chained Select that will pull a Company Name(from a previous GF entry) as Parent, but I am having trouble with the Child's (which…
0
votes
0 answers

how to remove or destroy chained from select once it is initialized? (jquery.chained.js)

I have two dropdown #a and #b. After chaining #b to #a $("#b").chained("#a"); How do I unchain #b from #a?
0
votes
1 answer

combine bootstrap-select and jquery chained

I am traying to combine bootstrap-select and jquery chained to filter my select list. her is my code