Habr
β
How to become an author
My feed
All streams
Search
Write a publication
Settings
Login
Pull to refresh
0
0
SSDPsM
@SSDPsM
User
Follow
Send message
Profile
Articles
Posts
News
Comments
2
More
Dropdown
Bookmarks
Followers
Following
Copy RSS link
Ваша любимая старая игра? Понастальгируем :)
SSDPsM
Apr 25 2009 at 17:06
Molez
8 отличных хитростей jQuery
SSDPsM
Mar 13 2009 at 06:44
Ссылки target=blank
А не лучше ли тогда уже полностью по стандартам?
$('a[@rel$='external']').click(function(){
this.onclick = function(){ window.open(this.href) }
});
Information
Rating
Does not participate
Location
Украина
Date of birth
July 5 1986
Registered
March 2 2008
Activity
March 13 2015 at 16:41
А не лучше ли тогда уже полностью по стандартам?
$('a[@rel$='external']').click(function(){
this.onclick = function(){ window.open(this.href) }
});