with just the regular jquery js file or do we need any plug-ins?

On May 13, 6:54 am, Kean <shenan...@gmail.com> wrote:
> You can try these.
>
> $().bind('click.noclick', function(){
>   return false;
>
> });
>
> $(function(){
>   $().unbind('click.noclick');
>
> });
>
> On May 12, 11:56 pm, bobin <bobinthoma...@gmail.com> wrote:
>
> > Any one can please tell me  How to disable all clicks till the page
> > loads
>
> > Any help wil be appreciated

Reply via email to