Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/27/2017 in Posts

  1. ну что-нибудь вроде <div class="click" data-url="https://jsfiddle.net/"> <span>next</span> <img src="https://media.licdn.com/media/AAEAAQAAAAAAAANbAAAAJDE5NjBkNDk1LTY3ZGQtNDA0NS04YTJiLTdkNmU3NjZiNjI3Mg.png"> <a href="#">link</a><button>button</button> </div> <script> $(function() { $('.click').on('click',function(e) { if(e.target.tagName == 'A') return true; else if(e.target.tagName == 'BUTTON') return true; else { window.location.href = $(e.currentTarget).attr('data-url'); } return false; }); }); </script> что-то не получилось у меня в jsfidle сохранить
    1 point
This leaderboard is set to Kiev/GMT+02:00
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy