I'm a bit new to JavaScript and I'm hitting a brick wall with this bit here.
I have a jsTree built with unique IDs based on filenames. For example,
<a id="node_:Folder4" href="#">Folder4</a>
Running a selector for
$("#node_:Folder4")
is returning [ ]. Here's a picture of the exact issue I'm seeing. Any thoughts?