Jump to content

how to get previous checked checkbox value and compare to newly checked box


thetylercox

Recommended Posts

i am trying to create a checkbox limit based on a value changes!

 

If the value of a checked checked box is different then the previous prompt an alert! Some of the check boxes do have the same value. Not all of them!

 

example: I have the following checkbox!

<input name="" type="checkbox" value="here">(if this was checked)
<input name="" type="checkbox" value="here">(then this)
<input name="" type="checkbox" value="there">(would not allow prompt alert) 
<input name="" type="checkbox" value="here">(would allow)

 

my problem is in the if statement

 

function setChecks(obj){d=document.getElementByclass(chk) If(d.value!=d.value) {obj.checked=false alert('you may only choose options from the same dist!') }

 

something like this obviously this will not work but its where im at! So How do i store the previous checked checkbox value and compare it to the just checked box!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.