Base solution for your next web application
Open Closed

KTUtil.ready is not a function #11858


User avatar
0
kansoftware created

We have upgraded aspnetzero project version from 9.1.0 to 13.0.0. We are getting errors like KTUtil.ready is not a function and KTUtil.getById is not a function

Project Detail : Aspnetzero core + jquery

Please find the below attached images for reference :


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes, these functions are removed. You can use

    • document.getElemenetById for KTUtil.getById
    • KTUtil.onDOMContentLoaded for KTUtil.ready