How to select all radio buttons with a specific value and make invisible with jQuery? -


"A selectedValue as a solution that is invalid because it does not exist in the list of items." Error due to zero values ​​in the database bound for a radio button, I want to add an additional radio button with a value of "" which will tie the radioobutonist to the tap.

I'm going to be a lot of them, so I want to select all the radio buttons that have "value" and have to hide them.

Note, I want to determine which button the radio has been selected from.

I tried:

  $ (document) .ready (function () {$ ("radio [value = ''"]. Hide ();})  

But no luck.

Try it: < / P>

  $ (': radio [value = ""]'). Hide ();  

Or this:

  $ (': Radio [value =]'). Hide ();  

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -