[jQuery] Checking for popup blocker when using click()
Hi!
I'm callling the $(this).click() when this is a input submit element.
This should open a popup because the form has its target attribute set
to another window, but if there is a popup blocker (for example
firefox's) nothing will happen. I'd like to detect this.
When you use window.open, you can check for it returning null, but I
can't find a way of checking if the click() method worked. No
exception and it returns the element.
Anyone know how I can check for a popup blocker?
Thanks!
Geoff