How should i be doing it? Are you saying i should declare some variables and create and array? Organize it that way?
On Oct 13, 7:18 am, Scott González <[email protected]> wrote: > Reusability is pretty important. If you're duplicating code and CSS to > generate two nearly identical dialogs you're doing something wrong. > > On Oct 12, 9:08 am, Rebelj12a <[email protected]> wrote: > > > > > ah well basically im creating a media manager web application that > > allows you to select from several different video/audio and chat feeds > > so that you can organize them yourself based on your preference. I was > > having problems yesterday getting more than one modal dialogue box to > > show up, however, i came back to it later, restarted it and it works > > now so it must have been a simple error. > > > I have more questions but for the time being this question has been > > answered. > > > In Short: you should be able to have more than one modal dialogue box > > on your page. Just duplicate the header javscript and duplicate the > > CSS coding. Place what you want to appear within within the box in a > > <div></div> with a specified ID. It SHOULD work. If its not its > > probably coding. > > > *little extra help for people new at this... > > > The only small error i got was no text headers in the dialogue boxes > > when applied to the website and no open window symbol in the intial > > clickable links.. > > > On Oct 12, 7:57 am, "Richard D. Worth" <[email protected]> wrote: > > > > Can you share a sample page so we can see what you mean? If you don't > > > have a > > > place to host one publicly, you can post to jsbin.com:http://jsbin.com/ > > > > Thanks. > > > > - Richard > > > > On Sun, Oct 11, 2009 at 7:16 PM, Rebelj12a <[email protected]> wrote: > > > > > Somewhat new to jquery, i was wondering about placing multiple > > > > instances of the same object in a document. I am trying to create a > > > > list of Dialogs using jquieryui. > > > > > I currently have one arranged in an accordion menu, but when it try to > > > > duplicate and place another, it overwrites the previous one despite > > > > changing the div id. If anyone has any solutions to this i would > > > > appreciate 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 -~----------~----~----~----~------~----~------~--~---
