Search
 
SCRIPT & CODE EXAMPLE
 

HTML

checkbox value

<input type="checkbox" name="vehicle1" value="Bike">

The checkbox value is 'Bike'.
Comment

get checkbox value in div TAG

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<div id="cs-input"></div>
<div id="CS-popup" class="popup-windows ">
  <label>
    <input type="checkbox" name="CS" value="GMSC01" />GMSC01
  </label>
  <label>
   <input type="checkbox" name="CS" value="GMSC02" data-selector="GMSC02BOX" />GMSC02
  </label>
  <label>
   <input type="checkbox" name="CS" value="VMSC01" data-selector="VMSC01BOX" />VMSC01
  </label><br />
  
  <label>
   <input type="checkbox" name="CS" value="VMSC02" data-selector="VMSC02BOX" />VMSC02
  </label>
  <label>
   <input type="checkbox" name="CS" value="GMGW01" data-selector="GMGW01BOX" />GMGW01
  </label>
  <label>
    <input type="checkbox" name="CS" value="GMGW02" data-selector="GMGW02BOX" />GMGW02
  </label><br />
  
  <label>
   <input type="checkbox" name="CS" value="VMGW01" data-selector="VMGW01BOX" />VMGW01
  </label>
  <label>
  <input type="checkbox" name="CS" value="VMGW02" data-selector="VMGW02BOX" />VMGW02
  </label>
  <label>
  <input type="checkbox" name="CS" value="SPS01" data-selector="SPS01BOX" />SPS01
  </label><br />

  <label>
   <input type="checkbox" name="CS" value="SPS02" data-selector="SPS02BOX" />SPS02
  </label>
  <label>
    <input type="checkbox" name="CS" value="HSS01" data-selector="HSS01BOX" />HSS01
  </label>
  <label>
    <input type="checkbox" name="CS" value="HSS02" data-selector="HSS02BOX" />HSS02
  </label><br />
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: meta og tags 
Html :: basic html 
Html :: ng template 
Html :: html project ideas 
Html :: in what language is html written 
Html :: html basic tags 
Html :: elementos linea html 
Html :: onclick call php function with parameters 
Html :: common html tags 
Html :: error: serializer for text/html; charset=utf-8 doesn 
Css :: css limit line text 
Css :: Hide calendar icon 
Css :: text-overflow ellipsis multiple lines 
Css :: matinput remove underline 
Css :: otf css3 font-face 
Css :: apple font css 
Css :: styling scrollbar css 
Css :: AppDataRoaming pm eact-native.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. 
Css :: center content 
Css :: media query 
Css :: how to prevent text from breaking css 
Css :: div border glow effect css 
Css :: boxshadow in css 
Css :: how to remove the line below the link text css 
Css :: calc sass variables 
Css :: css img scale-down 
Css :: css animation scale image 
Css :: watch scss to css 
Css :: div circle 
Css :: flex center 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =