Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pickadate is using deprecated Jquery functions #1252

Open
krodneyk65RT opened this issue Jan 25, 2024 · 0 comments
Open

pickadate is using deprecated Jquery functions #1252

krodneyk65RT opened this issue Jan 25, 2024 · 0 comments

Comments

@krodneyk65RT
Copy link

If you use the JQuery migrate tool as I do (see below) it reports the following:
jquery-migrate-3.4.1.js:136 JQMIGRATE: jQuery.isArray is deprecated; use Array.isArray

isArray is still supported in JQ3.7.1 - but in future releases it will likely be removed. I imagine pickadate is using other deprecated JQ functions - but this is the only one I ran across

<jsp:include page="/secure/inc/footer.jsp">
<jsp:param name="scripts" value="/js/third-party/jquery-3.7.1.js"/>
<jsp:param name="scripts" value="/js/third-party/jquery-migrate-3.4.1.js"/>
<jsp:param name="scripts" value="/js/third-party/pickadate.js-3.6.2/lib/picker.js"/>
<jsp:param name="scripts" value="/js/third-party/pickadate.js-3.6.2/lib/picker.date.js"/>
<jsp:param name="scripts" value="/js/third-party/pickadate.js-3.6.2/lib/picker.time.js"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant