I tried to integrate elFinder in TinyMCE 4 and followed the following thread:
I followed all the steps exactly but I get the following error in the js console when I click the button to open the image browsing window:
Uncaught TypeError: Cannot call method 'dialogelfinder' of null
This refers to the line
$('<div />').dialogelfinder({
What can I be doing wrong? Thanks in advance.