Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
MonthlyLeaders
ASK A QUESTION
Forumguidelines
dip vyas
1.8k
221
15k
how to redirect div in another page with same domain?
Jul 4 2019 11:02 PM
<script>
function nWin() {
var w = window.open();
var html = $(".drag-right-2").html();
$(w.document.body).html(html);
$(w.document.body).addClass('html-content');
}
$(".live").click(nWin);
</script>
here is my code it work properly but i want same domain in redirect page because of css issue. it started from body element so css is not working...
Reply
Answers (
1
)
add external css in window.open
how get Two date Diff in jquery