face box pop up issue with IE6,7,8
I am using CI. I am loading one view page in popup. when this view is modified. It's not showing the correct latest updated content in pop up. but it shows the content that is loaded at the first time when pop up开发者_开发问答 is opened. Please help.
It's related to the "Stack Trace Overflow" error in Ie7. I've fixed it by calling all scripts first and dependencies before calling the facebox.js last.
its because when we click on any button or link and open this pop-up at that time page is not getting refreshed but its only open the hidden div.so its obviously come up with the previous data.you have to refresh this page after submitting.
Try this, may work.
Thanks.
精彩评论