Click here to Skip to main content
15,888,803 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: server: connection vs request - help needed to understand programming theory Pin
Marc Clifton29-Jun-13 5:43
mvaMarc Clifton29-Jun-13 5:43 
GeneralRe: server: connection vs request - help needed to understand programming theory Pin
Member 1004803229-Jun-13 6:33
Member 1004803229-Jun-13 6:33 
GeneralRe: server: connection vs request - help needed to understand programming theory Pin
Member 1004803229-Jun-13 9:44
Member 1004803229-Jun-13 9:44 
QuestionWCF Reporitng Service Pin
eddieangel28-Jun-13 6:44
eddieangel28-Jun-13 6:44 
QuestionForm close code Pin
astrixtech28-Jun-13 3:39
astrixtech28-Jun-13 3:39 
SuggestionRe: Form close code Pin
David Mujica28-Jun-13 3:51
David Mujica28-Jun-13 3:51 
GeneralRe: Form close code Pin
astrixtech30-Jun-13 19:27
astrixtech30-Jun-13 19:27 
QuestionRadio button default checked Pin
astrixtech28-Jun-13 3:33
astrixtech28-Jun-13 3:33 
Hi ,

I am using the below code to convert the checkboxes in a list to radio buttons
var element = checkbox.replaceWith('<input type="radio" id="rdList" style="width:12px; height:12px;" value="'+checkbox.attr('value')+'"/>');

This changes all the check boxes to radio buttons. Since I needed on of the radio button to be checked ,I used the below code.

document.getElementById("myradio").checked = true;

This makes the first list item to be checked but only for few seconds. Then it unchecks by itself. I also used the below code for the same purpose.

$("#myradio")[0].checked = true;

The result is the same. Any idea why the check status doesnt stay as it is?


Many thanks in advance.
QuestionRe: Radio button default checked Pin
astrixtech30-Jun-13 19:29
astrixtech30-Jun-13 19:29 
AnswerRe: Radio button default checked Pin
thanh_bkhn30-Jun-13 20:37
professionalthanh_bkhn30-Jun-13 20:37 
QuestionRe: Radio button default checked Pin
astrixtech30-Jun-13 21:12
astrixtech30-Jun-13 21:12 
AnswerRe: Radio button default checked Pin
thanh_bkhn30-Jun-13 21:25
professionalthanh_bkhn30-Jun-13 21:25 
GeneralRe: Radio button default checked Pin
astrixtech30-Jun-13 21:40
astrixtech30-Jun-13 21:40 
GeneralRe: Radio button default checked Pin
thanh_bkhn30-Jun-13 21:55
professionalthanh_bkhn30-Jun-13 21:55 
GeneralRe: Radio button default checked Pin
astrixtech30-Jun-13 23:00
astrixtech30-Jun-13 23:00 
QuestionRegarding Wordpress Solution Pin
David Kroj26-Jun-13 22:57
David Kroj26-Jun-13 22:57 
GeneralHelp for a new and intersted to know about HTML Pin
BLue.iCe.BoX26-Jun-13 22:41
BLue.iCe.BoX26-Jun-13 22:41 
GeneralRe: Help for a new and intersted to know about HTML Pin
jaideepsinh27-Jun-13 0:45
jaideepsinh27-Jun-13 0:45 
GeneralRe: Help for a new and intersted to know about HTML Pin
BLue.iCe.BoX27-Jun-13 17:19
BLue.iCe.BoX27-Jun-13 17:19 
QuestionBreadcrump Pin
astrixtech26-Jun-13 20:28
astrixtech26-Jun-13 20:28 
QuestionRe: Breadcrump Pin
astrixtech30-Jun-13 19:30
astrixtech30-Jun-13 19:30 
QuestionCSS-Sprites question Pin
vkEE26-Jun-13 5:06
vkEE26-Jun-13 5:06 
QuestionHighlight a button on mouse hover Pin
astrixtech26-Jun-13 2:53
astrixtech26-Jun-13 2:53 
AnswerRe: Highlight a button on mouse hover Pin
Graham Breach26-Jun-13 3:32
Graham Breach26-Jun-13 3:32 
AnswerRe: Highlight a button on mouse hover Pin
Blikkies26-Jun-13 3:34
professionalBlikkies26-Jun-13 3:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.