Uncaught TypeError: Cannot read property ‘2’ of null
-
I am using this plugin to open vimeo videos in a lightbox. This is the code I’m using:
<i class=”fa fa-play”></i>Play VideoI am getting the following error in Chrome’s console:
Uncaught TypeError: Cannot read property ‘2’ of null
at HTMLDivElement.<anonymous> (plugins.js?ver=2.2:298)
at HTMLDivElement.d.complete (jquery.js?ver=1.12.4:4)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at i (jquery.js?ver=1.12.4:4)
at n.fx.tick (jquery.js?ver=1.12.4:4)I am getting this error in Firefox’s console:
TypeError: match is null[Learn More] plugins.js:298:569
$.fn.prettyPhoto/$.prettyPhoto.open/< https://text2drive.com/wp-content/themes/nimva/js/plugins.js:298:569
n.speed/d.complete https://text2drive.com/wp-includes/js/jquery/jquery.js:4:6197
i https://text2drive.com/wp-includes/js/jquery/jquery.js:2:27444
fireWith https://text2drive.com/wp-includes/js/jquery/jquery.js:2:28213
i https://text2drive.com/wp-includes/js/jquery/jquery.js:4:4483
n.fx.tickThe page I need help with: [log in to see the link]
- The topic ‘Uncaught TypeError: Cannot read property ‘2’ of null’ is closed to new replies.