Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- jQuery(document).ready(function($) {
- jQuery(".radio").click(function() {
- jQuery(".radio").parent().removeClass("selected");
- jQuery(this).parent().addClass("selected");
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment