I would like to fill the TextArea of a Facebook Comment Plugin so that after it loads it will display my text inside the textArea.
The HTML code for the comment is
<div class="fb-comments facebook" data-href="https://www.facebook.com/RighToDignity"
data-num-posts="30" data-width="650">
</div>
What's the best way to do so using JQuery? I tried the standard
$(document).ready(function ()
{
$('.uiTextareaNoResize').val("bla bla bla");
});
but it's not working.
I also noticed that Facebook puts a TITLE "Add Comments..." on the textarea. Is that was is causing to not update that value?
===========================
P.S I love people that MARK DOWN a question. Sometime I truly wonder what could be wrong with them?
-- Must be their way to feel they are helping others