Hello all, This is my first post, I am not only new here, but I am also new to everything that is JQUERY. My primary experience is with VBA, so a lot of JS and JQ looks pretty foreign to me. Anywho, I have been stumped on something for quite awhile now.
I am working with a page that utilizes a JQUERY plugin called "blockUI", it restricts all interaction with the page unless mouse events are detected over buttons (only then can said button be clicked). The page also uses iframes. I have tried using certain commands like $.unblockUI(); as well as $.("iframe").remove();. However, $.unblockUI() doesn't seem to do anything and $.("iframe").remove();, simply removes the iframe (and subsequently everything within it).
Is there a way to unblock an element manually (and bypass the need for mouse events)? Not sure how to best approach this.
I have included some HTML below, the second set of code are events that are connected to the button