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
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,
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?
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
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.
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
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
}
});
$("#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
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
`, `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
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
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 <[
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
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
;#second").autocomplete("url", {
> extraParams: {
> first: function() {
> return $("#first").val();
> }
> }
>
> });
>
> Jörn
>
> On Mon, Aug 25, 2008 at 11:22 PM, Mattl <[EMAI
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
16 matches
Mail list logo