[jQuery] Ajax loading of HTML

2009-03-03 Thread davidnext
Hi All, I am having a problem with loading an HTML file to populate a dropdown as follows with names of states in the USA: $("select[name=step_2]").load("./includes/usa.html"); The HTML it is going into is as follows: * STEP 2) Select your State/ Province:

[jQuery] Re: Ajax loading of HTML

2009-03-04 Thread davidnext
m, > who knows... > > > Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com > > > > On Tue, Mar 3, 2009 at 7:52 PM, davidnext wrote: > > > Hi All, > > > I am having a problem with loading an HTML file to populate a dropdown > > as follows wit