I'm using the SmartyStreets jQuery plugin (which is awesome) on a PHP page. Also on that page is a thing where I need a jquery modal popup form.
However, the SmartyStreets "verify" button (which is automatically bound to my "zipcode" field on my HTML form) is stubbornly staying in front of my popup.
Any ideas how to fix that? I've tried: - $(myPopup).dialog("moveToTop"); - $(myPopup).zIndex(10000); - $("span.smarty-ui").hide();
None of those things have worked. Any ideas would be great.
Thanks! kevin