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 will see the results in
the Firebug-Konsole-Panel.
Here is some more information about firebug:
http://getfirebug.com/

On 2 Okt., 12:05, surya <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> Can any one help please?
>
>         I am new to jquery. I am unable to debug my jquery as I am
> unable to fix my issue. So I want  to know the flow using alert
> messages but alert is not working in jquery. How to display an alert
> in jquery?
>
> Thanks,
> Surya.

Reply via email to