jquery - Prevent submitting a radio group in a form -


I have some check boxes and a radio group, and just the 'name' attribute has been removed from the check box Prevent the presentation but the radio groups need the name attribute for the customer to know each other. Can I stop the radio button from being presented with the form?

Just click on those radio buttons & lt; Form & gt; Like

  & lt; Form & gt; To add element & lt; / Form & gt; & Lt; Input type = "radio" /> & Lt ;! - Will not submit - & gt;  

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -