Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started by: peppemania on December 11, 2012, 13:28:26
-
it is possible?
nice for login or serch in litebox with only component, not full page.
but after submit: iframe closes automatically and Parent window getting refresh automatically
???
$(document).ready(function(){
$(".LOGIN OR SEARCH").colorbox({width:"80%", height:"80%", iframe:true,
onClosed:function(){ location.reload(true); } });
});
???