chosen
chosen copied to clipboard
Update chosen.js
You have these changes made in minified file but not in chosen.js
i am getting error Uncaught TypeError: $(...).chosen is not a function i dont know from below where i am going wrong please help
- $('.chzn-select').chosen({allow_single_deselect: true,disable_search_threshold:10,no_results_text:'No results match.'});
- string script = string.Format(@"$('.chzn-select').chosen({{allow_single_deselect: {0},disable_search_threshold:{1},no_results_text:'{2}'}});", AllowSingleDeselect.ToString().ToLower(), DisableSearchThreshold, NoResultsText); this.AddCssClass("chzn-select");
@KD2289 - This is a GitHub issue for a specific bug - it is not a place to ask for support for a completely different problem which may be how you are trying to use it rather than a bug.
I m sorry but where I will get solution for my question On Oct 30, 2015 8:33 PM, "Sophist" [email protected] wrote:
@KD2289 https://github.com/KD2289 - This is a GitHub issue for a specific bug - it is not a place to ask for support.
— Reply to this email directly or view it on GitHub https://github.com/julesjanssen/chosen/pull/46#issuecomment-152549312.
Not here for sure. This is NOT even the source repo for chosen - so the chosen developers won't even see your comments. So unless you are using specific enhancements made in this fork, and unless your problems relate to those enhancements, then you are definitely on the wrong site.
In the absence of a support forum, you might try Stack Overflow.
P.S. If you are using a download from here, the code from here is way behind that of the master source. So my first suggestion would be for you to switch to code from the master repo.