Открытие ссылки в новом окне на js
Вроде простая вещь, но постоянно забываю.
jQuery(document).ready(function(){ jQuery(’.soc a’).click(function(){ window.open(this.href, ‘Share’,‘width=593,height=353’); return false; });
Вроде простая вещь, но постоянно забываю.
jQuery(document).ready(function(){ jQuery(’.soc a’).click(function(){ window.open(this.href, ‘Share’,‘width=593,height=353’); return false; });