forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix snapappointments#961. Close snapappointments#962. Close snapappointments#934. This functionality was changed in e9c9c90. $items changes to include `li` elements instead of `a` elements when liveSearch is enabled. This allows us to reuse the same code.
- Loading branch information
1 parent
8a778a0
commit c2d38e7
Showing
8 changed files
with
56 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/*! | ||
* Bootstrap-select v1.6.5 (http://silviomoreto.github.io/bootstrap-select) | ||
* | ||
* Copyright 2013-2015 bootstrap-select | ||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) | ||
*/ | ||
(function ($) { | ||
$.fn.selectpicker.defaults = { | ||
noneSelectedText: 'چیزی انتخاب نشده است', | ||
noneResultsText: 'هیج مشابهی برای {0} پیدا نشد', | ||
countSelectedText: "{0} از {1} مورد انتخاب شده", | ||
maxOptionsText: ['بیشتر ممکن نیست {حداکثر {n} عدد}', 'بیشتر ممکن نیست {حداکثر {n} عدد}'], | ||
selectAllText: 'انتخاب همه', | ||
deselectAllText: 'انتخاب هیچ کدام', | ||
multipleSeparator: ', ' | ||
}; | ||
})(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*! | ||
* Bootstrap-select v1.6.5 (http://silviomoreto.github.io/bootstrap-select) | ||
* | ||
* Copyright 2013-2015 bootstrap-select | ||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) | ||
*/ | ||
!function(a){a.fn.selectpicker.defaults={noneSelectedText:"چیزی انتخاب نشده است",noneResultsText:"هیج مشابهی برای {0} پیدا نشد",countSelectedText:"{0} از {1} مورد انتخاب شده",maxOptionsText:["بیشتر ممکن نیست {حداکثر {n} عدد}","بیشتر ممکن نیست {حداکثر {n} عدد}"],selectAllText:"انتخاب همه",deselectAllText:"انتخاب هیچ کدام",multipleSeparator:", "}}(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/*! | ||
* Bootstrap-select v1.6.5 (http://silviomoreto.github.io/bootstrap-select) | ||
* | ||
* Copyright 2013-2015 bootstrap-select | ||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) | ||
*/ | ||
(function ($) { | ||
$.fn.selectpicker.defaults = { | ||
noneSelectedText: 'Nenhum seleccionado', | ||
noneResultsText: 'Sem resultados contendo {0}', | ||
countSelectedText: 'Selecionado {0} de {1}', | ||
maxOptionsText: ['Limite ultrapassado (máx. {n} {var})', 'Limite de seleções ultrapassado (máx. {n} {var})', ['itens', 'item']], | ||
multipleSeparator: ', ' | ||
}; | ||
})(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
!function(e){e.fn.selectpicker.defaults={noneSelectedText:"Nenhum seleccionado",noneResultsText:"Sem resultados contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite ultrapassado (máx. {n} {var})","Limite de seleções ultrapassado (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(jQuery); | ||
/*! | ||
* Bootstrap-select v1.6.5 (http://silviomoreto.github.io/bootstrap-select) | ||
* | ||
* Copyright 2013-2015 bootstrap-select | ||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) | ||
*/ | ||
!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nenhum seleccionado",noneResultsText:"Sem resultados contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite ultrapassado (máx. {n} {var})","Limite de seleções ultrapassado (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters