chosen icon indicating copy to clipboard operation
chosen copied to clipboard

Update chosen.js

Open jorcama opened this issue 10 years ago • 5 comments

You have these changes made in minified file but not in chosen.js

jorcama avatar Dec 18 '14 18:12 jorcama

i am getting error Uncaught TypeError: $(...).chosen is not a function i dont know from below where i am going wrong please help

  1. $('.chzn-select').chosen({allow_single_deselect: true,disable_search_threshold:10,no_results_text:'No results match.'});
  2. 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 avatar Oct 30 '15 12:10 KD2289

@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.

Sophist-UK avatar Oct 30 '15 15:10 Sophist-UK

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.

KD2289 avatar Oct 30 '15 15:10 KD2289

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.

Sophist-UK avatar Oct 30 '15 15:10 Sophist-UK

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.

Sophist-UK avatar Oct 30 '15 15:10 Sophist-UK