[jQuery] Re: Can not get Select

2009-04-19 Thread brian
You are going to continue to have very unsatisfactory results with jQuery as long as you have HTML like that. Change those font tags for proper headers or labels. If you're using some application that is generating HTML like that, change to some other editor. Markup like that is far more trouble t

[jQuery] Re: Can not get Select

2009-04-19 Thread Rick Faircloth
What about just $('#divisionSelectID') ? That should reference the select. Am I missing something? Rick On Sun, Apr 19, 2009 at 2:27 AM, neil wrote: > > > SelectFileNameDate > > Company: > > > Division: > > > i can reference the fist select 'licenseeID' and populate it. > > but the th

[jQuery] Re: Can not get Select

2009-04-19 Thread neil
Thanks for your reply. all the select elements are in a form. But those selects can be referenced correcly after i insert some unused element such as Company: Division: it is ok now,but why not after i removed buttons? On 4月19日, 下午4时16分, James wrote: > Your HTML for is not valid. > I

[jQuery] Re: Can not get Select

2009-04-19 Thread James
Your HTML for is not valid. It's suppose to be in the form of: option Is there a reason you're doing it like that? On Apr 18, 8:27 pm, neil wrote: > > SelectFileNameDate > > Company: > > > Division: > > > i can reference the fist select 'licenseeID' and populate it. > > but the th