Got it - I thought I read somewhere that you had to initialize it first, then call it with an open statement. Obviously I was wrong.Now I just have to figure out how to pass a variable to the dialog (the variable will be used by the dialog php script to get data)
Scott González wrote: > > > The dialog isn't initialized properly because you're trying to create > it twice. The first time is in your first document.ready block with > no options other than autoOpen: false. The second time is in your > second document.ready block, and that call will be ignored because > it's already initialized. > > On Jun 10, 6:20 pm, ktpmm5 <[email protected]> wrote: >> ok i finally got a dialog box, but I'm not even sure how..... >> >> My dialog box does not contain any info, nor is it even the right size. >> Also, when I press the volunteer button the second, third, fourth time, >> it >> loads,then unloads, then appears to load again... >> >> ktpmm5 wrote: >> >> > sure, here is a stripped down version - just a regular table with some >> > data >> >> > http://www.pvifootball.com/test/dialog.phpstripped version >> >> -- >> View this message in >> context:http://www.nabble.com/jquery-.live-with-dialog---dialog-not-working-t... >> Sent from the jQuery UI Discussion mailing list archive at Nabble.com. > > > > -- View this message in context: http://www.nabble.com/jquery-.live-with-dialog---dialog-not-working-tp23906907s27240p23991101.html Sent from the jQuery UI Discussion mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
