function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
yvk431yvk431 

jQuery blockUI

HI guys,

 

I am facing a wierd issue, i am using jQuery blockUI ,unblockUI for button click and picklist actions. 

It was working fine since an year, to my sirprise its throwing script errors for a few profiles since last week. 

 

For other profiles still its working fine . I verified the VFP,controller permissions. Compared the other possible areas like fls, CRED but I didnt able to figure it out. I am getting 'Error: Object doesn't support this property or method'  script error and the navigation stops just there . 

 

 

I am using the below script for block and unblock

$.blockUI({ message: '<h1>Please wait </h1>' });   

$.unblockUI();

 

Using the below jQuery versions

jquery-1.4.2.min.js

jquery-ui-1.8.1.custom.min.js

 

Let me know how to fix this or atleast where i have to look at.

 

Thanks

yvk