See http://blog.nemikor.com/2009/04/08/basic-usage-of-the-jquery-ui-dialog/
- Richard On Tue, Aug 11, 2009 at 9:51 PM, Mr Fett <[email protected]> wrote: > > Hi all, > > I'm trying to find a simple way to use the jQuery UI Dialog box to > provide simple context sensitive help. > > Thus far I have a bit of HTML at the bottom of every page that is > hidden: > > Then I invoke the Dialog box from a self contained link like this: > > <a href="#" onclick="$('#dialog').html('Enter a Date'); $ > ('#dialog').dialog({ title: 'Da Da' });">help</a> > > Unfortunately, after the first dialog box is closed, the rest cease to > work - presumably because the HTML in the footer is being removed, not > just hidden. > > Does anyone have any suggestions or a more elegant solution? I feel > like I'm missing something really obvious as surely this is exactly > the sort of thing 'dialog' should be used for. > > Thanks > > B > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
