change cursor to busy while page is loading

后端 未结 3 541
执笔经年
执笔经年 2021-01-02 11:35

I understand how to use javascript to change the cursor to busy while the page is making and ajax call.

However I have a page that does not use ajax, it uses a post

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-02 12:17

    Just give each button a class, say "WaitOnClick", then just write it: $(".WaitOnClick").click(function() {

提交回复
热议问题