• Getting this error again:

    Uncaught ReferenceError: $this_dispexif is not defined line 37 in my html and line 37 reads:

    $this_dispexif.show();$this_dispexif.bind(‘mouseover’,function(){$this_dispexif.show();}).bind(‘mouseleave’,function(){$this_dispexif.hide();});}}).bind(‘mouseleave’,function(){$this_dispexif.hide();jQuery(‘.dispexif_box’).remove();});});</script><!– end Javascript for Display Exif –>

    Check it out live here: http://pacura.ru

    https://wordpress.org/plugins/display-exif/

Viewing 1 replies (of 1 total)
  • Thread Starter Ovidiu

    (@ovidiu)

    I tried the author’S solution from a few years back (found on her site) but can’t get it to work. I was meant to insert these lines before the line causing the problem but that just gives more errors:

    var $dispexif_id = $this_img.attr( ‘displayexif’ );
    $this_dispexif = jQuery( $dispexif_id );
Viewing 1 replies (of 1 total)

The topic ‘JS error’ is closed to new replies.