[jQuery] Re: Using " " (or not!)

2009-03-14 Thread Swatchdog
Perfect. Simple. Learning. Thanks. On Mar 14, 3:53 am, Jack Killpatrick wrote: > $("#msgUnits").html(" "); will probably work. > > - Jack > > Swatchdog wrote: > > This does not work: > > > $("#msgUnits").text( ); > > > nor

[jQuery] Using " " (or not!)

2009-03-13 Thread Swatchdog
This does not work: $("#msgUnits").text( ); nor does this... $("#msgUnits").text(' '); I guess   is html only? Clues, anyone?

[jQuery] Re: Determine which radio button (if any) is selected on form load.

2009-03-13 Thread Swatchdog
gt;) and the checked attribute should be > > checked="checked". > > > If nothing else is wrong, both ways work fine:http://jsbin.com/avodi/ > > > On Mar 4, 9:49 am, Swatchdog wrote: > > > > Thanks for your attention. I am a new member, so they must be del

[jQuery] Re: Determine which radio button (if any) is selected on form load.

2009-03-04 Thread Swatchdog
elements with the same id. > > > On Mar 3, 3:36 pm, James wrote: > > > > The code looks fine. Do you have a value defined on your radio input? > > > > Suppose your input is: > > > > > > > and your code is: > > > $("#ItemList:checked

[jQuery] Determine which radio button (if any) is selected on form load.

2009-03-03 Thread Swatchdog
I have an order edit form that is fed from Coldfusion/SQL that shows a radio list of possible product selections. If the customer is editing an order that has already been submitted, one of the products in the radio list is selected. If it is a new order, none is selected. Upon load, I need to de