Sorry, ignore the previous, finger problem :)
Hmm, so you are declaring the click event on the document.ready of
"WebForm1.aspx", correct?
Can you try 2 things:
- Put an alert('test') at the same place and check if it actualy fires.
- Declare a js function closeDialog() { $("#mydiv").dialog("close"); }
Put the onclick="javascript:closeDialog()" directly on the button and see
if it works.
Hope that helps, let me know, i'm also still learning :)
On Mon, Dec 29, 2008 at 2:08 PM, jQDeveloper <[email protected]> wrote:
>
> Andries,
>
> I tried to use your way by:
>
> $("#cancel_button_id").click(function() {
> $("#mydiv").dialog("close");
> });
>
> But it didn't work. Any more help.
>
> On Dec 28, 4:18 pm, "Andries Snyman" <[email protected]> wrote:
> > Hi,
> >
> > Won't it help to have an onClick event with just a
> > <$("#dialog").dialog("close");>?
> > Because even if the WebForm1.aspx is a page on its own, it's still loaded
> > into the current page and the same js components still exist.
> > Kind regars
> >
> > On Sat, Dec 27, 2008 at 8:56 AM, jQDeveloper <[email protected]>
> wrote:
> >
> > > Hi All,
> >
> > > I was trying to replace my window.open() code with the jQuery Dialog
> > > box. Now here is my code:
> >
> > > $(function() {
> > > $("<div id='mydiv'></div>").load("WebForm1.aspx").dialog();
> > > });
> >
> > > WebForm1.aspx has Ok and Cancel buttons. I want to close my Dialog box
> > > when I click on Cancel from WebFrom1.aspx. Can anyone tell me how to
> > > do it.
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---