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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.