 |
Created 7/23/07
|
(You can check off more than one response, and please use the comment section to indicate how you think we can teach our children more about our history.)
|
Teaching Our Children About Galus -- And Geulah
|
';
$.ajax({
url: '../Pyes/Vote_Question_ID-8-Answer_ID.html' + theAnswerList + '&gid=' + Math.random(), //
type: 'GET',
dataType: 'html',
timeout: 1000,
error: function(){
alert('Error happened while voting!');
},
success: function(html){
$('#Results_0').empty();
$('#Results_0').append(ResultsCode);
$('#TR_0').empty();
$('#TR_0').append(OurTotalResponses);
var htmlToArray = html.split(',');
var ourPercent; var OurAnswerID; var AnswerPercent;
$.each( htmlToArray, function(i, n){
AnswerPercent = n.split(':');
$('#AID_0_' + AnswerPercent[0]).empty();
$('#AID_0_' + AnswerPercent[0]).append(AnswerPercent[1]).css("font-weight","bold");
$('#Img_0_' + AnswerPercent[0]).empty();
$('#Img_0_' + AnswerPercent[0]).append('').SlideInLeft(1000); //
});
}
});
}
|
|