javascript - Jquery Prettyphoto/colorbox/fancybox/stickytooltip all lightbox of iframe need to open in main page -


i need open prettyphoto lightbox on iframe photos , if implement below code in iframe shown within iframe scope. need open lightbox in main page instead of iframe.

$(document).ready(function(){ load();      $("a[rel^='prettyphoto']").prettyphoto();     });  <a href="<%=displayimageurl%>" id="mainimga" target="_blank" rel="prettyphoto"> <img src="<%=displayimageurl%>"  id="mainimg" width="235" height="180" /></a> 

i think mean new window, not iframe. prevent opening in new window, remove { target="_blank" } code.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -