Numbers - Aptitude Questions and Answers
Monday, April 7, 2014
/
$(document).ready(function(){
$("#solution_1").hide();
$("#wrong_1").hide();
$("#hide_1").click(function(){
$("#wrong_1").show(500);
$("#solution_1").hide();
...