문제

$('.body-fauxcolumns').load('http://zazzlewidgets.blogspot.com/p/about-me.html');

I was experimenting with jquery and blogger and noticed that I can't change the content dynamically through manipulation functions.

Am I doing something wrong? The code was placed into the header.

How can you dynamically alter blogger content with jquery?

도움이 되었습니까?

해결책

Blogger doesn't allow any AJAX functionality, and limits other JS/JQuery functions as well.

Wrapping your JS in CDATA tags seems to help, but some functions just won't go.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top