[jQuery] Re: how to blockUI for whole document from iframe

2008-11-18 Thread balavignesh
On 18 Nov, 16:50, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Are jQuery and blockUI loaded in the parent document?  If so, you can > do this: > > window.parent.$.blockUI(); Jquery & blockUI loaded on iframe . Actually i am working on inside iframe only. I dont have the rights to chang

[jQuery] how to blockUI for whole document from iframe

2008-11-18 Thread balavignesh
the iframe. So, while ajax request , the iframe document only blocked. But i want to block the whole document. Please suggest some idea. Thanks & Regards, Balavignesh

[jQuery] how to switch event on single function

2008-11-16 Thread balavignesh
above , how can i capture the link & button event ? Thanks in advance, Balavignesh

[jQuery] Re: How to pass arguments from link to ajax function

2008-11-16 Thread balavignesh
Hi leap ! I want to pass arguments from link to jquery function , like follow $("#view").click(function(){ ... ...logic to send the values using jquery ajax... ... }); Any suggestion , ... Regards, Balavignesh

[jQuery] How to pass arguments from link to ajax function

2008-11-14 Thread balavignesh
s is, how can i send the values as the arguments from the links to the jquery ajax function? Thanks & Regards, Balavignesh.