jquery - jQueryUI dialog VS twitter bootstrap overlay, putting one above the other -
on web page use jqueryui modal dialog show loading message when link clicked. in pages use twitter bootstrap's modal overlays.
the tb overlays appear on loading dialog. want loading dialog on top of every div. tried change z-index
of dialog overlay, doesn't help.
i made simple jsfiddle example of problem:
in there can click link shows tb overlay , underneath appears loading dialog. want have dialog on top of tb overlay.
is there way accomplish this?
Comments
Post a Comment