I am using the jquery library which I call from the google code base. My questions is, how can I style say a dialog title bar if the code is not part of my local setup? I would be grateful if someone could explain if there is a way to style dialog using it the way I am. Thanks
Share
Yes. jQuery UI allows for theming. You can implement your own themes or override the base one by switching to any of the predefined themes.
The best place to learn more would by their documentation site: http://jqueryui.com/docs/Theming
You can even use this online Themeroller application to create or own themes in a jiffy.