If you are using ajax you can use: https://github.com/malsup/blockui or http://malsup.com/jquery/block/
Call the blockUI() function in "beforeSend" property of ajax call. Then Call the UnblockUI() function in "complete" property of ajax call. You may also need to handle the blocking and unblocking in case of errors.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community