Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<meta charset=utf-8 />
<title>How to check element is empty Demo</title>
</head>
<body>
   <div class="formBody"><input  name="form[contact_person_gender]" type="radio" value="Herr" id="contact_person_gender0"  /><label for="contact_person_gender0">Herr</label><input  name="form[contact_person_gender]" type="radio" value="Frau" id="contact_person_gender1"  /><label for="contact_person_gender1">Frau</label></div>
  
  <div class="formBody"><input  name="form[cntact_person_gender1]" type="radio" value="Herr" id="cntact_person_gender10"  /><label for="cntact_person_gender10">Herr</label><input  name="form[cntact_person_gender1]" type="radio" value="Frau" id="cntact_person_gender11"  /><label for="cntact_person_gender11">Frau</label></div>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers