• There is a bug in line #46 if wp-lightbox-2.js.
    If the jQuery-Version loaded is between 1.10.x and 1.23.4 than the script fails and calls the depricated live()-function.

    The correct line has to be:

    if(parseFloat($().jquery) >= 1.7 || parseFloat($().jquery) <= 1.2){
    ...
  • The topic ‘jQuery-Version for $(…).live(…)’ is closed to new replies.