[jQuery] Re: checked attribute of radio buttons not handled nicely in 1.2.3

2008-04-28 Thread Josh Nathanson
Actually that's not the best example. There is some "standardisation" that goes on for the href attribute. Especially with respect to IE and how it deals with adding or leaving off the full path. Oops sorry, that's true. That was just the first example that popped into my head. If you were

[jQuery] Re: checked attribute of radio buttons not handled nicely in 1.2.3

2008-04-28 Thread Karl Rudd
en faster and cleaner to > just use plain 'ol javascript. Don't let this dissuade you from using > jQuery. In most cases it will save you lots of time and effort. > > -- Josh > > > - Original Message - From: "Chuck" <[EMAIL PROTECTED]> >

[jQuery] Re: checked attribute of radio buttons not handled nicely in 1.2.3

2008-04-28 Thread Josh Nathanson
ol javascript. Don't let this dissuade you from using jQuery. In most cases it will save you lots of time and effort. -- Josh - Original Message - From: "Chuck" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Monday, April 28, 2008 3:17 PM Subject: [jQ

[jQuery] Re: checked attribute of radio buttons not handled nicely in 1.2.3

2008-04-28 Thread Mike Alsup
> No, but > > I am generating XML to send to my server. I was replacing what was > basically > > var xmlString = "'; > > with > > var xmlString = " '"/>'; > > Because I like the jQuery way of specifying items. And the above > makes more sense then what is actually needed: > > var x

[jQuery] Re: checked attribute of radio buttons not handled nicely in 1.2.3

2008-04-28 Thread Chuck
No, but I am generating XML to send to my server. I was replacing what was basically var xmlString = "'; with var xmlString = "'; Because I like the jQuery way of specifying items. And the above makes more sense then what is actually needed: var xmlString = "'; jQuery makes my code so

[jQuery] Re: checked attribute of radio buttons not handled nicely in 1.2.3

2008-04-28 Thread Mike Alsup
> I can stop in a callback with Visual Studio and run these three > commands to get the value of the "checked" attribute of a radio button > which is not selected. Why does the wrapped object not return "false" > like the DOM object? > > document.all.ProtectLocal.checked > false > $('#Prot