Hi, We need help here. I want to call this
var editor = $find("<%=editor1.ClientID %>");
var someContent = editor.get_html();
from .JS file instead of .aspx file. But when I am calling $find method from function which reside in .JS file, getting "$find is not defined" error.
Please advice how to fix this.