Bak şuan title bu butona bas
<script></script>
mertcan
mertdinler
MrtCnDnlr
<script>
$(".title").click(function () {
var htmlmert = $(this).html();
$('title').html(htmlmert);
});
</script>
bunun gibi :)
Konu: Title çekme sorunu
Bak şuan title bu butona bas
<script></script>
mertcan
mertdinler
MrtCnDnlr
<script>
$(".title").click(function () {
var htmlmert = $(this).html();
$('title').html(htmlmert);
});
</script>