$ (dokument) .ready (funkcja () {
$(".div_class") .click (funkcja () {
template_number = $ (to) .attr ("id ");
//needs http://brianfalls.com/playground/email_inerface_sandbox/templates/00009/template_00009_03.png
$.post ("page_that_could_get_the_template_image.cfm", {"template_number": "" +template_number+ ""},
funkcja (dane) {
$("#content_to_replace") .html (dane);
});
});
$("#featureCarousel") .featureCarousel ({
carouselSpeed: 500,
animationEasing: "jswing",
sidePadding: 7,
topPadding: 21
});
var ikona = {
chodnikowiec: "ui-ikona-okrążać-strzała-e",
headerSelected: "ui-ikona-okrążać-strzała-s"
};
$("#accordion") .accordion ({
ikona: ikona,
collapsible: prawdziwy
});
// $("#target ").click (funkcja () {
// var txtFile = nowy XMLHttpRequest ();
// txtFile.open ("DOSTAWAĆ", "http://brianfalls.com/playground/email_inerface_sandbox/emailTemplate/dsp/dsp_emailTemplate_00001.cfm", prawdziwy);
// txtFile.onreadystatechange = funkcja () {
// jeżeli (txtFile.readyState === 4) { // Robić pewny the dokument przygotowywać parse.
// jeżeli (txtFile.status === 200) { // Robić pewny ono znajdować the kartoteka.
// allText = txtFile.responseText;
// wykładać = txtFile.responseText.split ("\ n"); // Oddzielać szyk linia w szyk
// }
// }
// }
// txtFile.send (null);
// ostrzeżenie (txtFile);
// });
});
|