Posts Tagged jqmodal

datePicker and jqModal z-index problem

It appears that jqModal and datePicker have z-index problems. My datepicker appeared below the form inside jqModal. The fix for this is very simple. We have to modify CSS for UI and jqmodal.
This is because they don’t set z-index property properly. But we can change it on our own…

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 [...]