[jQuery] Re: problme with jquery...

2007-07-29 Thread Michael Geary
Andy, here are a few debugging tips... 1) Post a link to a test page instead of including a code snippet in a message. 2) Where do you define the checkemail() function? 3) Use uncompressed copies of jQuery and Interface for debugging. 4) Load your page with Firebug enabled and the Break on

[jQuery] Re: problme with jquery...

2007-07-29 Thread Wizzud
Your code below is incomplete, but also wrong. The way you have it set out, after a POST the page begins with javascript, then the DOCTYPE! Basically, you should have this sort of structure... ?php //define your php functions, eg function GetSQLValueString(...){ ... } //set up some variables,