Hello,

I've got a little problem using Dialog jquery with asp .net.

In this normal use  jquery append the dialog and his content in the
end of document.body
in _init function -> uiDialog = (this.uiDialog = $('<div/>'))
                                .appendTo(document.body) ....

In asp .net it's a problem because it's outside the form. We can't
interact with the code behind.

So to correct this without change the source code (In case of update
or else) Is there a way to override the _init function of dialog?
For passing the element or element id where to append the dialog.

Or May be there is another way to instanciate dialog in the form and
not a the end of body?

I hope I well explained my problem.

Thanks a lot for answering

Ludovic

--~--~---------~--~----~------------~-------~--~----~
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