Hi! I'm wondering how I can combine qTip with CKEditor? I want to add a hover effect on all H1 elements inside CKeditor.
How can I do this? Edit: I can't add my current code. Because it says I have triggered the spam-filter?
Tried typing my code inside a code snippet and it still gives me the spam-filter error.. I'll just add it inside an image then.
I thought I have to connect to the DOM as an object. But using $('#songcontent').contents() gives me an array of the content from the CKEditor. So that works. Just not sure I can actually trigger the events like this.