[jQuery] blockUI and iframe

2009-10-28 Thread elubin
is it possible to have blockUI block the entire page, but call it from within an iframe on that page? I don't see any parameters to pass an element or document? i know i can get access to the parent frame with jQuery ('body',parent.document), but wanted to use blockUI from within the iframe,

[jQuery] [blockUI]Showing iframe without reloding it - Problem

2009-06-15 Thread kulasart
Hi! I have some problem with BlockUI jQuery plugin. test.html [code] html head script src=./js/jquery.min.js/script script src=./js/jquery.blockUI.js/script style type=text/css media=screen #page {display:none} /style script