Merge array : merge « jQuery « JavaScript Tutorial






<html>
  <head>
    <script type="text/javascript" src="js/jquery-1.3.2.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){
              

              alert($.merge( [0,1,2], [2,3,4] ));


        });
    </script>
  </head>
  <body>
    <body>
        <p></p><p></p><p></p>
    </body>
</html>








30.67.merge
30.67.1.Merge array
30.67.2.Merge two arrays
30.67.3.Merge array and get the unique