hypeJunction / hypePlaces

Directory of places and points of interest
1 stars 1 forks source link

Uncaught TypeError: $(...).live is not a function #6

Open Yaco opened 6 years ago

Yaco commented 6 years ago

I am getting this error in the browser js console:

Uncaught TypeError: $(...).live is not a function
    at elgg.places.interface (elgg.js:3233)
    at callHookHandler (elgg.js:1611)
    at elgg.js:1414
    at Array.forEach (<anonymous>)
    at elgg.js:1413
    at Array.forEach (<anonymous>)
    at elgg.ElggPriorityList.forEach (elgg.js:1412)
    at elgg.js:1640
    at Array.every (<anonymous>)
    at Object.elgg.trigger_hook (elgg.js:1638)

Any clue to fix it?

hypeJunction commented 6 years ago

Use $.on()