Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.                     $(document).ready(function(){
  3.                    $("#srcTcpPort").fadeOut(200);
  4.              $("#dstTcpPort").fadeOut(200);
  5.                  $("select[name='ipv4Protocol']").change(function(){
  6.                var id = $(this).val();
  7.                  if (id === "6") {
  8.                        $("#srcTcpPort").fadeIn(200);
  9.                          $("#dstTcpPort").fadeIn(200);
  10.                       }
  11.                      });
  12.                    });
  13.                     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement