Tower of Saviors 維基
Advertisement
Tower of Saviors 維基

<script> (function Terry2(){ if(typeof jQuery == "undefined") { setTimeout(Terry2, 100); return; }

var questions = $('.question');

var temp = questions.children("center"); temp.children().css('cursor', 'pointer'); temp.find(':first-child').children().click(function() { var current = $(this).parents('.question:eq(0)'); current.hide(); questions.eq(current.data('yes')).show(); }); temp.find(':nth-child(2)').children().click(function() { var current = $(this).parents('.question:eq(0)'); current.hide(); questions.eq(current.data('no')).show(); });


questions.eq(0).show();

})(); </script>

Advertisement