Archive for the jQuery Category

QuickTip: Styling jqModal with blockUI and AJAX requests

This is just a quick tip how to style a jqModal window when we are loading contents via AJAX. There are two possibilites:

use ajaxText, but this sometimes is not handy if you have complex styled content from AJAX
use blockUI and style the jqModal to show only after the AJAX has been loaded.

My idea is to [...]