Hey guys I wrote this code
$('nlgbord').append(document.getElementById(chatbox_members));
What I am trying to do is append the inner html of the ID chatbox_members into the nlgbord I believe it is a class, would it have to be an ID? It just seems to not be working for me.
the chatbox_members is inside an iframe that is from another page of my website.
Another question would be for almost the same thing, but what I am trying to do is change the .chatbox-title h2 to words that I want. I do not have access to the HTML doc of this page that is inside the iframe (don't ask me why) the website host I use is for forum boards and gives you limited accessability. First question is more important for right now.