Currently, I am utilizing the SmartyStreets jQuery plugin on a PHP page, which has been incredibly helpful. On this same page, there is a jquery modal popup form that I need to incorporate.
Unfortunately, I have run into an issue where the SmartyStreets "verify" button, automatically linked to my "zipcode" field on the HTML form, stubbornly remains in front of my popup.
I have attempted several solutions to correct this problem, including: - $(myPopup).dialog("moveToTop"); - $(myPopup).zIndex(10000); - $("span.smarty-ui").hide();
Regrettably, none of these methods have successfully resolved the issue. Any additional suggestions or ideas would be greatly appreciated.
Thank you in advance! kevin