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

2008-09-21 Thread Mattl
complain that the site is too *easy* to read. :-) -Mike From: 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

[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? Thanks Matt On Sep

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

2008-09-21 Thread Mattl
, 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, still working on functionality, but will make the changes as you suggest. In the meantime, can anyone comment

[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 at 3:49 PM, Mattl [EMAIL PROTECTED] wrote

[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
, 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, Safari 3.1, Opera 9.5 etc but throwing up an error in IE6. I can't see what's wrong, any suggestions

[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

[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'

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

2008-08-29 Thread Mattl
`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 [EMAIL PROTECTED] wrote: Hi, Clearly I'm doing something basic wrong here, please can someone point it out

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

2008-08-29 Thread Mattl
['Description'] = #descno1 Thanks Matt On Aug 27, 10:13 pm, Mattl [EMAIL PROTECTED] wrote: Hi Jorn, I now have the following based on your suggestion to populate the second input field: $(document).ready(function(){ $(#lotno1).autocomplete(../js/autocomplete.php?SaleNo=102

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

2008-08-29 Thread Mattl
%') 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 phpMyAdmin? It's a good tool for figuring our mysql queries. On Aug 28, 11:15 pm, Mattl [EMAIL PROTECTED] wrote: Thanks - I've changed the Query

[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:

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

2008-08-27 Thread Mattl
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 [EMAIL PROTECTED] wrote: Thanks Jörn, Is there a tutorial or demo that shows what the php file

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

2008-08-26 Thread Mattl
: function() {                         return $(#first).val();                 }         } }); Jörn On Mon, Aug 25, 2008 at 11:22 PM, Mattl [EMAIL PROTECTED] wrote: Hi, Anyone know of a jQuery plugin similar to the Autocomplete that could do the following? I have a mysql db with two

[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