views:

23

answers:

1
$('.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?

A: 

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.

Liam Bailey