Skip to content

jquery.uploadifive.min.js:6 Uncaught TypeError: Cannot set property '$e' of undefined #9

@jakeuj

Description

@jakeuj

I use jquery.uploadifive.js is fine, but got an error from jquery.uploadifive.min.js

jquery.uploadifive.min.js:6 Uncaught TypeError: Cannot set property '$e' of undefined

  • Pretty print
 d.Je.$e = function(e) {
        if (o[e]) {
            return o[e].apply(this, Array.prototype.slice.call(arguments, 1))
        } else if (typeof e === "object" || !e) {
            return o.init.apply(this, arguments)
        } else {
            d.error("The method " + e + " does not exist in $.uploadify")
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions