[jQuery] Re: can someone take a look please...

2009-04-06 Thread webguy262
Thanks for looking. As I wrote in my original post, I am seeking advice on using jQuery to get the IE functionality... MorningZ wrote: > > > What does this have to do with jQuery? (since there is no usage of it > in that link above) > > > On Apr 6, 12:26 pm, webguy262 wrote: >> The code

[jQuery] Re: can someone take a look please...

2009-04-06 Thread MorningZ
What does this have to do with jQuery? (since there is no usage of it in that link above) On Apr 6, 12:26 pm, webguy262 wrote: > The code currently on the site ask users to copy and paste the partnumber.  I > had to do that b/c even with 'id="partnum"' the "PartNumber" field in the > "GetAQuot

[jQuery] Re: can someone take a look please...

2009-04-06 Thread webguy262
The code currently on the site ask users to copy and paste the partnumber. I had to do that b/c even with 'id="partnum"' the "PartNumber" field in the "GetAQuote" form does not populate in IE. Here's a version of the page with http://www.eastexhaust.com/inventory_.php It works in FF, etc

[jQuery] Re: can someone take a look please...

2009-03-31 Thread Ricardo
Didn't notice the link, jack's right: should be (as you declared your page XHTML 1.0 Transitional, you must close the input element) cheers, - ricardo On Mar 31, 11:18 pm, Jack Killpatrick wrote: > When I use firebug to see what's in the HTML I only see: > > > > - Jack > > webguy262 wrote:

[jQuery] Re: can someone take a look please...

2009-03-31 Thread Jack Killpatrick
When I use firebug to see what's in the HTML I only see: - Jack webguy262 wrote: Jack I think I've got that, don't I? >From my post... Am I missing something? Jack Killpatrick wrote: try adding id="partnum" to the form field that has name="partnum". - Jack webguy262 w

[jQuery] Re: can someone take a look please...

2009-03-31 Thread Steven Yang
do you have anything in the html also with name="partnum"?because in IE the getElementById actually get the name first if you use jQuery simply try $("#partnum").val(result)

[jQuery] Re: can someone take a look please...

2009-03-31 Thread webguy262
Jack I think I've got that, don't I? >From my post... >> Am I missing something? Jack Killpatrick wrote: > > > try adding id="partnum" to the form field that has name="partnum". > > - Jack > > webguy262 wrote: >> >> >> webguy262 wrote: >> >>> I have two forms on a page (www.eastexha

[jQuery] Re: can someone take a look please...

2009-03-30 Thread Jack Killpatrick
try adding id="partnum" to the form field that has name="partnum". - Jack webguy262 wrote: webguy262 wrote: I have two forms on a page (www.eastexhaust.com/inventory.php). One uses ajax to generate a part number by selecting values from a series of selection boxes. The other form email