Disqus: change captions after success with jQuery
Posted
by andufo
on Stack Overflow
See other posts from Stack Overflow
or by andufo
Published on 2010-05-21T22:18:14Z
Indexed on
2010/05/21
22:20 UTC
Read the original article
Hit count: 254
Hi, Disqus automatically places defined captions upon request. For example: Add new Comment
I've tried to change its value with jquery on ready():
$('#dsq-new-post h3').text('Paticipa con tu cuenta favorita');
No success :( ... how can i know when disqus script is finished parsing the data so i can change the caption value of h3?
© Stack Overflow or respective owner