miracolo
27.08.2010, 11:42
Подскажите, пожалуйста, почему load() не работает в шаблонах blogger?
jquery(document).ready(function(){jquery("#a1").click(function()
{
jquery(".content1").load("http://example.com/1.txt");})
});
jquery(document).ready(function(){jquery("#a1").click(function()
{
jquery(".content1").load("http://example.com/1.txt");})
});