johntp Posted October 26, 2009 Share Posted October 26, 2009 Hey guys, I'm using jquery tools external overlay, and all is working fine, but i want to have a button on the external page that will close the overlay. Anyone struggled with this before, or know how to do this? Link to comment https://forums.phpfreaks.com/topic/179059-jquery-tools-external-overlay-close/ Share on other sites More sharing options...
trq Posted October 26, 2009 Share Posted October 26, 2009 I guess all you really need to do is find what div the overlay is within and remove it. eg; $('#jq_tools_overlay').remove(); There might also by a method within the overlay itslef that will close the object more cleanly. Sorry, I've not used it. Link to comment https://forums.phpfreaks.com/topic/179059-jquery-tools-external-overlay-close/#findComment-944982 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.