[jQuery] Google Toolbar and jQuery validation

2007-03-02 Thread Michael Price
Hi all,
I'm using the validation plugin to - well - validate a form, and I fire 
a validation event when the element in question is changed to ensure it 
contains a valid value. When it does, I change it's class to indicate this.

If someone uses the Google Toolbar's autofill function to fill this form 
in, the controls aren't validated and my classes aren't applied - I'm 
guessing because onChange isn't firing? Is there any other way I can 
look for this happening and act accordingly?

Regards,
Michael Price



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Another site using jQuery

2007-03-01 Thread Michael Price
Seems mobile networks and retailers rather like our script of choice :)

Here's another one for the list if it isn't already there:
http://www.dialaphone.co.uk/phone/Samsung_X830_White/

Spotted the tablesorter plugin and thickbox (I think?)

Regards,
Michael Price


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Simple confirm on change

2007-02-20 Thread Michael Price
Mark Harwood wrote:
 I have a simple form with just a select box in it and i wish to submit 
 the form on change.
 
  ...
 
 Anyone able to point me in the right direction plz

Untested, but try this:

$('#status').change(
function(){
if (confirm(Test confirm)) {
$(#FORMID)[0].submit();
}
}
);

Regards,
Michael Price


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Latest Tablesorter SVN not sorting w/ IE6/7 ?

2007-02-06 Thread Michael Price
halfer wrote:
 On a completely different note, the JavaScript you included with your
 message appears to have embedded as a real script when viewed at Nabble -
 not your fault of course. Surely this isn't safe, and the html should be
 escaped? If another Nabble user can confirm this behaviour I will contact
 them and tick them off...

Yep, did it here too in Firefox 2 - got 3 errors relating to the code 
which was in the post. Worrying...

Regards,
Michael Price




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] THE List of Sites Using jQuery

2007-01-17 Thread Michael Price
Joel Birch wrote:
 Strangely, its not working for me now, but is was just before people  
 reported the issue. I am now getting the same error as quoted above.

Same here.

Regards,
Michael Price


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery powered shopping site

2006-12-21 Thread Michael Price
Hi all,
Thanks for the excellent feedback, much appreciated :)

Will see if I can do a bit more on it over Christmas based on what's 
been said in here. I'm bringing my main website, Cyberscore over to 
jQuery as well next year - I'll post again once it's launched. :)

Season's greetings to all!

Regards,
Michael Price


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] jQuery powered shopping site

2006-12-20 Thread Michael Price
Hiya folks,
Thought I'd take a few minutes to ask for feedback on my jQuery powered 
Amazon API-based website, http://www.cyberscoreshop.co.uk/

It uses jQ itself for some AJAX stuff to add products to the shopcart in 
the background, my pngFix extension to correct some image issues in IE, 
Thickbox (Cody) for enlarged product images, and the tabs (Klaus) and 
accordion (Jörn) plugins on the product page to provide different pieces 
of information and a nice way to flick through reviews.

The design itself isn't up to much - I've already had that feedback - 
but I hope you like what I've done with a fantastic library and 
excellent group of plugins. :)

Regards,
Michael Price


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] WEIRD IE problem - never mind.......

2006-12-15 Thread Michael Price
As is typical, as soon as I posted to the mailing list about it, I 
realised what I'd done wrong.

I used script type=text/javascript src=.. / and NOT 
script./script.

I'm an idiot, please return to your regularly scheduled programming. :)

Regards,
Michael Price


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] WEIRD IE page not displaying problem

2006-12-15 Thread Michael Price
Hiya,
I've been using jQuery on a lot of client sites but I've just come 
across a VERY strange issue with IE on a site I'm working on at present.

I've got a page which is XHTML 1.0 Strict, and passes validation with 
the W3C validator. It loads perfectly in Firefox, but in IE I get the 
page title, and then nothing actually appears. Just a white screen. As 
soon as I remove the call to jquery.js everything loads again!

I thought it might be an odd issue with 1.0.4 so I loaded a copy of 
1.0.3 but the same thing happened.

This is IE6 on Win98 but a colleague also saw the same thing in IE7 on 
XP Home.

Any guesses? I've NEVER had this problem before

Regards,
Michael Price


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/