Hmm,

Your code is working good,
And I have seen only one change

$("#friendLink").click(function() {
    if (!$("#friend").dialog("isOpen"))
        $("#friend").show().dialog("open");
    return false; // <<<< here is your change
});

After adding this to my code all working too. I can't explain it to
myself.

Thank you for help Richard.
Have a nice day!

On Nov 24, 2:55 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 24, 2008 at 7:28 AM, romatr <[EMAIL PROTECTED]> wrote:
>
> > Hmm,
>
> > Sorry, I have not understood how to run pasted code from you link
> >http://paste.pocoo.org/show/92036/
>
> Click 'Paste Details'
> Click 'download paste'
> File -> Save As -> select a filename with a .html extension
> Open in a browser
>
> - Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to