No method 'live'

No method 'live'

fresconedfresconed Posts: 6Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
I get the error message:
Uncaught TypeError: Object [object Object] has no method 'live'

where can I find the js with that method?

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    Please give us a bit more information than that... See: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Having said that, it is because you are using something that uses `live with jQuery 1.9. If its a piece of DataTables software (I have absolutely no idea from your error), I'd suggest you upgrade to the latest release or the nightly. All nighties of DataTables software will work with jQuery 1.9.

    Allan
  • fresconedfresconed Posts: 6Questions: 0Answers: 0
    Hello Alann
    I'm using:
    * File: jquery.dataTables.editable.js
    * Version: 2.3.3.
    * Author: Jovan Popovic

    with method .makeEditable

    which versie and method I have to use?
    Greetings
    fresconed
  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    Couldn't say - that's not a plug-in that is part of the DataTables project and is not supported by myself. I'd suggest you open an issue against that project.

    Allan
  • fresconedfresconed Posts: 6Questions: 0Answers: 0
    I have replaced live with on in the js. I don't get the error message again.
    FrescoNed
This discussion has been closed.