[jQuery] Re: Alert message in jquery

2008-10-03 Thread BB
Maybe it is because of the PHP, try this: entry_city: { required: * Required, minlength: ?php echo ENTRY_CITY_MIN_LENGTH; ? + nbsp;characters required } and do this for all other PHP echos. just surround them by two On 3 Okt., 06:38, surya [EMAIL PROTECTED] wrote: I removed that one but

[jQuery] Re: Alert message in jquery

2008-10-03 Thread rainbow
Maybe some symbol error,try write it use simple string.

[jQuery] Re: Alert message in jquery

2008-10-02 Thread BB
I'm sure that: alert(); should work! Maybe the error is before the alert() and so it maybe won't be executed. Another way to debug is to use Firefox, download firebug-extension (https://addons.mozilla.org/de/firefox/addon/1843) an then wirte some console.log() functions in your code. Now you

[jQuery] Re: Alert message in jquery

2008-10-02 Thread Simon Elliott
I like using the console in the firebug plugin under firefox. To write to the console from your javascript code: var value = bar; console.log(foo,value); https://addons.mozilla.org/en-US/firefox/addon/1843 2008/10/2 surya [EMAIL PROTECTED] Hi everyone, Can any one help please?