You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried demo 1 and see that Initial Options not works. Event onSelected not works. Default width 260px is there and not 300.
Function: return this.each(function () ...
dont remember option variable on line: var options = $.extend({}, defaults, options);.
The text was updated successfully, but these errors were encountered:
I found solution myself. Please update your code.
Replace all: var options = $.extend({}, defaults, options);
To: var settings = $.extend({}, defaults, options);
I tried demo 1 and see that Initial Options not works. Event onSelected not works. Default width 260px is there and not 300.
Function: return this.each(function () ...
dont remember option variable on line: var options = $.extend({}, defaults, options);.
The text was updated successfully, but these errors were encountered: