I using fancybox all is done all I want is to “avoid” the ajax-loader of fancybox
the reason is I have already set a loading for all ajax request now everytime is make request using fancybox I see two loader appearing which kind of look ugly
Is there a way to do It
I went through the api and found a method called
$.fancybox.hideLoading();
but this doesnot seem to work as I see the loading still getting displayed
any idea
Regards
Found a Solution to it using CSS
Can anyone suggest better than this
awaiting for correct answer