$('button').click(function() { $('a').each(function() { window.open($(this).attr('href') ); }); });
Copyright © 2009-2017 WEB Developer Notebook. All Rights Reserved.