I checked and downloaded all of it at once and i am using the
comprimed file where should be everything

On Mar 30, 3:28 pm, Scott González <[email protected]> wrote:
> Your syntax is correct, are you including the effects files?  You need
> to include effects.core.js and effects.explode.js in addition to
> ui.core.js and ui.dialog.js.
>
> On Mar 30, 7:01 am, Ragnar <[email protected]> wrote:
>
> > Hey guys,
>
> > i want to use open and close effects with dialogues but i dont know
> > how.
> > Now i am opening the dialogue simple using
> > $("body").append("<div id='dialogueWindow' class='flora' title='"+title
> > +"'>"+content+"</div>");
> > $("#dialogueWindow").dialog();
> > and i close it with the X button in a corner or my own button calling $
> > ( "#dialogueWindow" ).dialog("close");
>
> > My question is: Can i use some hide function (explosion) and open
> > function (fadeIn) for the dialogue? I need to use the hide function
> > for my own close buttons and also the X right top corner button.
> > I am using JQuery UI 1.7.1
> > I tried:
> > $("#dialogueWindow").dialog({
> >     hide: "explode"});
>
> > but that doesnt seem to be working.
>
> > Ragnar
--~--~---------~--~----~------------~-------~--~----~
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