You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, great plugin, my compliments. Only for Chrome and Safari, in my specific case, it worked well. Practically generavo an image dynamically on the page of the press but the script does not expect that this was loaded and I threw the press before, so the image was not printed, I decided to extend your plugin: virtually the code expects an element and a set timeout after loading the object here is the code:
Hello, great plugin, my compliments. Only for Chrome and Safari, in my specific case, it worked well. Practically generavo an image dynamically on the page of the press but the script does not expect that this was loaded and I threw the press before, so the image was not printed, I decided to extend your plugin: virtually the code expects an element and a set timeout after loading the object here is the code:
$ ('# object'). printElement ({
waitforElement: {
wait_element: 'img # ielement',
wait_timeout: 1000
}
The text was updated successfully, but these errors were encountered: