Hi, I think you should use the blockUI plugin. It's really simple, and exactly what you are looking for, unless I'm mistaken.
On May 27, 7:58 pm, con-man-jake <jakedim...@gmail.com> wrote: > I am new to jquery and to web development in general. > I have many elements (over 100) on a page each with an onclick event > listener function. They have different listener function names and > varying number of parameters. The functions may take a second or two > to process. If I click on any one of them, I need to disable the > mouse click on all the rest until the process is done. > Using bind() and unbind() is unrealistic (at least as far as my > limited understanding of them is concerned) because of all the > different function names and different number of parameters for each. > I say 'unrealistic', but, of course, I may be way-off here. > So my question is; is there a jquery trick, a javascript trick or even > a css trick that can help me do this easily? > Your help is greatly appreciated. > jake