<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <style> p { width:400px; } </style> </head> <body> <script> $(document).ready(function(){ $("#id_1").click(function () { $("#1").slideToggle("slow"); }); }); $(document).ready(function(){ $("#id_2").click(function () { $("#2").slideToggle("slow"); }); }); </script> <div id=1 style='display:none;'> This is the paragraASASASASASraphs. You your life. Congratulations! </div> <div id=2 style='display:none;'> This is the paragra21212212222aphs. You your life. Congratulations! </div> </body> </html>
w jaki sposob to zrobic do tego kodu ?