TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Anji V
NA
98
28.9k
How to open a url(CDN link) in new tab using jquery.
Apr 21 2017 10:47 AM
Hi,
anyone plz suggest me how to open a cloud link(url) in seperate tab using jquery.
I have done below code , using the below code it downloads but not open a new tab..
{{ data.documentname }}
vm.download = function (documentid, url) {
var win = window.open(url, '_blank');
win.focus();
}
Reply
Answers (
3
)
How to show only 10 items using loop ?
using datatable.js