[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-21 Thread Mattl
OK, will do, many thanks. Matt On Sep 21, 2:57 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > You could use the minified file (jquery.validate.min.js) and gzip it, > that gives you a better performance then packed anyway. > > Jörn > > On Sun, Sep 21, 2008 a

[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-21 Thread Mattl
004/10/26/247912.aspx > > Jörn > > On Sun, Sep 21, 2008 at 10:19 AM, Mattl <[EMAIL PROTECTED]> wrote: > > > Subject Changed > > > On Sep 21, 7:29 am, Mattl <[EMAIL PROTECTED]> wrote: > >> Thanks for the feedback, I have not finished the design yet,

[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-21 Thread Mattl
Subject Changed On Sep 21, 7:29 am, Mattl <[EMAIL PROTECTED]> wrote: > Thanks for the feedback, I have not finished the design yet, still > working on functionality, but will make the changes as you suggest. > > In the meantime, can anyone comment on the problem I posted about?

[jQuery] Re: [validate] Problem with code in ie6 - Object doesn't support method

2008-09-20 Thread Mattl
ility on a > wide variety of displays. Go for full black on white, and use big text in em > sizes. > > Remember, no one will ever complain that the site is too *easy* to read. :-) > > -Mike > > > From: Mattl > > > Hi, > > Any chance someone could look at the following a

[jQuery] [validate] Problem with code in ie6 - Object doesn't support method

2008-09-20 Thread Mattl
Hi, Any chance someone could look at the following and give me some clues? http://www.edenvillamedical.co.uk/ The jqQuery Validate function works fine in Safari, Firefox, Opera but throws an error in ie6 (i've not been able to test yet in ie7). Validates the form under the 'Prescriptions' tab.

[jQuery] Re: [validate] Issues in IE6

2008-09-18 Thread Mattl
for me, even in IE6. > > Jörn > > > > On Tue, Sep 16, 2008 at 10:49 PM, Mattl <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've got form validation > > usinghttp://bassistance.de/jquery-plugins/jquery-plugin-validation/ > > working well in Firefox 2, Sa

[jQuery] [validate] Issues in IE6

2008-09-16 Thread Mattl
Hi, I've got form validation using http://bassistance.de/jquery-plugins/jquery-plugin-validation/ working well in Firefox 2, Safari 3.1, Opera 9.5 etc but throwing up an error in IE6. I can't see what's wrong, any suggestions? http://www.edenvillamedical.co.uk/ The form in question is under th

[jQuery] Re: [autocomplete] append results to an input field

2008-08-31 Thread Mattl
} }); $("#lotno1").result(function(event, data, formatted) { if (data) $(this).parent().find("[EMAIL PROTECTED]").val(data[1]); }); }); Regards Matt On Aug 31, 9:36 am, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wro

[jQuery] [autocomplete] append results to an input field

2008-08-30 Thread Mattl
Hi, Please can anyone suggest why the code is populating the wrong input fields. View page at: http://www.batemans-auctions.co.uk/new_site/absentee_form.php Type '10' (or another number) into the first (top-left) input box under the 'Lot No' title. Then tab, should populate the 'Description' bo

[jQuery] Re: Basic Help please - Only returning 1 value

2008-08-29 Thread Mattl
`, `A`, `Description` FROM batemans WHERE > (`SaleNo` LIKE $SaleNo) AND (`LotNo` LIKE '%$q%') ORDER BY LotNo ASC"; > > Here's the docs on mysql string > comparison:http://dev.mysql.com/doc/refman/5.1/en/string-comparison-functions.html > > Do you use ph

[jQuery] Re: [autocomplete] Auto populate form input field based on another

2008-08-29 Thread Mattl
x27;LotNo'].$row['A'].'|'. $row['Description']."\n"); I need $row['LotNo'].$row['A'] => to #lotno1 (this works) and $row['Description'] => #descno1 Thanks Matt On Aug 27, 10:13 pm, Mattl <[EMAIL PROTECTED]> wrote

[jQuery] Re: Basic Help please - Only returning 1 value

2008-08-29 Thread Mattl
r query. Something about like > this: > > $query = "SELECT `LotNo`, `A`, `Description` FROM batemans WHERE >  `SaleNo` LIKE $SaleNo% ORDER BY LotNo ASC"; > > That should return 200, 21, or 2  for an entry or "2" for SaleNo. > > On Aug 28, 1:18 pm, Mattl <[

[jQuery] [autocomplete] Basic Help please - Only returning 1 value

2008-08-28 Thread Mattl
Hi, Clearly I'm doing something basic wrong here, please can someone point it out? I'm only getting the value that's entered into the autcomplete box returned in the drop-down list (ie If I enter '2' only get '2' back not '2', '20', '21' etc) Here's my code: $("#lotno1").autocomplete("../js/aut

[jQuery] Re: Auto populate form input field based on another

2008-08-27 Thread Mattl
can look at. Or check > > it online > > viahttp://dev.jquery.com/view/trunk/plugins/autocomplete/demo/search.phps > > (linked fromhttp://jquery.bassistance.de/autocomplete/demo/) > > > Jörn > > > On Tue, Aug 26, 2008 at 10:11 PM, Mattl

[jQuery] Re: [autocomplete] Auto populate form input field based on another

2008-08-26 Thread Mattl
;#second").autocomplete("url", { >         extraParams: { >                 first: function() { >                         return $("#first").val(); >                 } >         } > > }); > > Jörn > > On Mon, Aug 25, 2008 at 11:22 PM, Mattl <[EMAI

[jQuery] [autocomplete] Auto populate form input field based on another

2008-08-25 Thread Mattl
Hi, Anyone know of a jQuery plugin similar to the Autocomplete that could do the following? I have a mysql db with two columns, 'Lot No' and 'Description'. I have a form with two input fields, 'Lot No' and 'Description' and I'd like the 'Description' input field to be auto-populated from the dat