Viewing 1 replies (of 1 total)
  • Plugin Author ryan

    (@ryanwppluginproscom)

    change all the .live method with .on

    example:
    .live(‘click’, function() {

    change it with

    .on(‘click’, null, function() {

Viewing 1 replies (of 1 total)
  • The topic ‘CalPress 1.5.2 doesn't work with jQuery 2.1.0’ is closed to new replies.