mjc66 Posted April 16, 2012 Report Share Posted April 16, 2012 Имеется такой код спойлера: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"> </script> <script type="text/javascript"> $(document).ready(function(){ $('.splLink').click(function(){ $(this).parent().children('div.splCont').toggle('normal'); return false; }); }); </script> <style type="text/css"> .splCont{display:none; padding:3px 5px;} </style> это то что расположено между тегами <head></head> Вот сам спойлер: <a href="javscript://" class="splLink">Спойлер</a><div class="splCont">скрытый текст</div> У меня вопрос, а как сделать так чтобы при открытии/закрытии спойлера, менялись бы значки с [+] на [-]??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.