I just started using jQuery with CSS themes and framework. I do a few dialogs for my AJAX calls and everything works fine, but I have a problem displaying images.
I have used in the past FancyBox easy viewing of images on the same page, use a class to the anchor, and then doing something like: $("a.example.").fancybox();.
Is there a way to do this using jQuery UI Dialog?
Thanks you!
source
share