We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cff0788 + 13c2234 commit 8d37ee6Copy full SHA for 8d37ee6
assets/ajaxSelect.js
@@ -1,5 +1,5 @@
1
(function ($) {
2
- $.fn.ajaxSelectBox = function (options) {
+ $.fn.ajaxSelectBox = function (selectOptions) {
3
return this.each(function() {
4
var options = Object.assign({}, selectOptions);
5
var select = $(this);
0 commit comments