issues Search Results · repo:ehynds/jquery-related-selects language:JavaScript
Filter by
8 results
(52 ms)8 results
inehynds/jquery-related-selects (press backspace or delete to remove)Hello, I m using jquery-related-selects with a PHP AJAX framework which returns an encapsulated JSON response.
Of course, jquery-related-selects cannot handle this response correctly and does not populate ...
- franck-grenier
- Opened on Jan 10, 2012
- #10
In release 1.1, the following code in jquery.relatedselects.js is different from jquery.relatedselects.min.js and does
not work.
// make array of select names
$.each(opts.selects, function(){ ...
- mtcronin99
- 1
- Opened on May 11, 2011
- #7
Some frameworks (in my case Codeigniter) will strip out name value pairs from the url. It d be great to be able to
specify whether to use GET or POST. I ended up altering the source and adding in:
type: ...
- msteudel
- Opened on Mar 23, 2011
- #6
Note that the $.each() function under Chrome appears to not respect the order of the elements as defined in the JSON
object returned by the server. When the $.each() is used to add each select item to ...
- kiddailey
- 1
- Opened on Feb 13, 2011
- #5
Hello after successfully testing relatedselect with jQuery 1.4, I migrate to jQuery 1.5. But the plugin is incompatible
with jQuery 1.5, probably with requests like JSON.je encounter the same kind of problem ...
- gtraxx
- Opened on Feb 6, 2011
- #4
Hello, In version 2.0 the plugin does not properly constructed urls. For example in my application:
My html
pre code lt;tr gt; br / lt;td gt; lt;label for= id_country gt;Country: lt;/label gt; lt;/td ...
- gtraxx
- 2
- Opened on Nov 22, 2010
- #3
there is a bug in master branch: master/src/jquery.relatedselects.js
$.each(opts.selects, function(){ selects.push(key); # var key is not defined });
should be
$.each(opts.selects, function(key){ selects.push(key); ...
- dazuiba
- 4
- Opened on Aug 24, 2010
- #2
Is it possible to have multiple related selects depending on the same field?
eg when select 1 has been chosen both 2 and 3 are triggered
- j0hnsmith
- Opened on Feb 18, 2010
- #1
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.