Welcome to JS Bin
Load cached copy from
 
<script src="//code.jquery.com/jquery.min.js"></script>
<script>
$(function() {
  $(":text").each(function() {
    console.log( $(this).val() );
  })
  console.log(  );
});
</script>
<input type='checkbox' value='배' />
<input type='text' value='바나나' />
<input type='text' value='멜론' />
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x