Hallo xxapi users,
I still use xxapi2 in combination with expert 4.12 !!!
Do not know about you guys/girls, but there are still a lot of possibilities in xxapi which are not avail in expert!!
also i'm updating several 'old' xxapi files when I came across the following error.
I'm updating the nouislider files from version of 7.x.x to 15.x.x
the 7.x version is from around 2015/2016 the 15.x is the latest.
implementing the new version gives me the following error:
Uncaught TypeError: oarg.item.xxapi.slider.noUiSlider is not a function.
the error is triggered by this statement in XXSLIDER:
I think the call has been changed, but do not exactly how.
the call:
is not correct.
would like to have some help on the issue.
Liebe grusse,
Gerwin
I still use xxapi2 in combination with expert 4.12 !!!
Do not know about you guys/girls, but there are still a lot of possibilities in xxapi which are not avail in expert!!
also i'm updating several 'old' xxapi files when I came across the following error.
I'm updating the nouislider files from version of 7.x.x to 15.x.x
the 7.x version is from around 2015/2016 the 15.x is the latest.
implementing the new version gives me the following error:
Uncaught TypeError: oarg.item.xxapi.slider.noUiSlider is not a function.
the error is triggered by this statement in XXSLIDER:
Code:
oarg.item.xxapi.slider.noUiSlider(oarg.item.xxapi.slider_options);
the call:
Code:
oarg.item.xxapi.slider.noUiSlider.create(oarg.item.xxapi.slider_options);
would like to have some help on the issue.
Liebe grusse,
Gerwin
Kommentar