Questions tagged [chained]

A series of things (events, functions, actions, and etc) connected or following in succession.

168 questions
0
votes
1 answer

Jquery chained select box, how to disable blank option

this is html code and $.cityselect = function(){ var td= $('#countryselect').val(); …
tunabt
  • 78
  • 6
0
votes
1 answer

chained select with values from 2d associative php array

I have a 2-d array of the form: Array ( [0] => Array ( [A] => aaa [B] => bbb [C] => ccc [D] => ddd ) [1] => Array ( [A] => aaaa=1 [B] => bbb1 [C] => ccc1 [D] => ddd1 ) ... ) and I have a form like: A: choose A B: choose B C: choose C where the…
Kitty1911
  • 661
  • 1
  • 8
  • 15
0
votes
1 answer

jqGrid troubles with chained select lists in form editing

After looking in this forum some way to solve these problems and without success, I hope someone could spend a few time for driving me to understand what happens and how to solve it. Here is the snapshot of the trouble : and the JSON response from…
JiheL
  • 167
  • 1
  • 5
  • 13
0
votes
1 answer

parse.com cloud nested functions

I am trying to write cloud code on parse.com for the following. I have three classes User, Brand and Campaign. I keep LastLoginTime in the User class. Brand class has a relation named Campaigns to Campaign class. I need to retrieve LastLoginTime…
imran
  • 13
  • 5
0
votes
1 answer

Chained combo boxes with autocomplete, auto complete data should come from db table

How to make Chained comboboxes with autocomplete, without reloading the page auto complete data should come from db table.
0
votes
2 answers

Chained selects in jQuery: Multiple AJAX lookups

I'm having an issue getting a series of linked select inputs to work. Basically, I want to be able to select a flight number in the first drop down, then that populates the second with valid destinations, and the third with valid flight…
PeteSE4
  • 309
  • 1
  • 4
  • 21
0
votes
2 answers

Changing characters and reversing chained lists. (python)

Well, I was supposed to do the following: Using the class Node (classic construction)... class No: def __init__(self, valor, prox): self.valor = valor self.prox = prox to make a function that when called will swap the…
0
votes
1 answer

Remember selected values from chained dropdown

I have a chained dropdown menu with data from my database... This is how it looks: func.php
user1511766
  • 125
  • 1
  • 1
  • 9
0
votes
1 answer

Using jquery.chained.js , this.form.submit() , selectbox

I'm a beginner with jquery and have a problem combining jquery.chained.js and getting the selectboxes attached to each other to submit when changed. I have: $(document).ready(function(){ $("#filter_category").chainedTo("#filter_type"); });
monsterboy
  • 153
  • 3
  • 17
0
votes
1 answer

jquery chained remote default selected

I am using Chained Selects jQuery Plugin to chain a couple of selects, I have a remotely chained drop down where I want to select a particular option. Right now it defaults to the first one. Any code sample is appreciated.
Pax
  • 13
  • 1
  • 6
0
votes
1 answer

Unable to create chained SSL certificate

i am trying to upgrade the SSL certificate on my Jira server. Currently, it is working absolutely fantastic with correct chained certificates. The certificates are provided by the customers and appear to be valid. I have one root, two intermediates…
aditya
  • 333
  • 1
  • 6
  • 11
0
votes
0 answers

Jquery - Advanced .clone()

I started from here jQuery clone chained selects The answers by Paulj Version 1: http://jsfiddle.net/m4JTQ/2/ Version 2 (this is a modified version getting rid of the i iterator: http://jsfiddle.net/Zf7xb/1/ It works perfectly. But now im looking…
Tca
  • 43
  • 3
0
votes
1 answer

how to open window after submitting chained select (jquery)

So I have a chained select about railway stations. People have to choose their begin station and their destination.