I have 2 Jquery Dialog box on the same page. The look and feel of both the dialog box are different from one another. Since both are referring to same jquery-ui-rev.css whatever CSS I apply for one dialog box, its getting applied to other also which I dont want. How can I fix my problem? And tell the dialog box to use a different CSS file for each other.
I have 2 Jquery Dialog box on the same page. The look and feel
Share
Take a look at Dialog#dialogClass to specify individual css classes for different dialogues.