Skip to content

Instantly share code, notes, and snippets.

@erdemoflaz
Created December 11, 2015 14:35
Show Gist options
  • Save erdemoflaz/cc94f9e87b31c04d82b6 to your computer and use it in GitHub Desktop.
Save erdemoflaz/cc94f9e87b31c04d82b6 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(function(){
$("div.bas").click(function(){
$("div.bas").after('<div class="box"><div class="kapat">X</div><img src="dosyalar/<?php echo $getir["resim"];?>" style="margin-top:50px;border: 10px solid #fff; border-radius: 10px; height: 80%;max-width: 90%;"/></div>');
$("div.box div.kapat").click(function(){
$("div.box ").hide();
});
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment