Awesome List Updates on Jun 22, 2017

12 awesome lists updated today.

🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor

1. Awesome ad Free

Resources / Ad Blockers

2. Awesome Eslint

Plugins / Misc

3. Awesome Typescript

Web / Playground

4. Awesome Creative Coding

Articles • Tutorials / Shaders • OpenGL • WebGL

Other / Other

Math / Other

5. Awesome Dotnet Core

Frameworks, Libraries and Tools / API

6. Awesome Vue

Components & Libraries / UI Utilities

7. Awesome Swift

Analytics

XML

Images / Barcode

Text / Barcode

Menu / Barcode

Template / Barcode

TextField / Barcode

8. Awesome Math

Foundations of Mathematics / Surreal Numbers

9. Jquery Tips Everyone Should Know

Disable Right-Click

If you want to disable right-click, you can do it for an entire page...

$(document).ready(function () {
  $(document).bind('contextmenu', function (e) {
    return false;
  })
})

...and you can also do the same for a specific element:

$(document).ready(function () {
  $('#submit').bind('contextmenu', function (e) {
    return false;
  })
})

back to table of contents

Current versions of Chrome, Firefox, Safari, Opera, Edge, and IE11.

back to table of contents

back to table of contents

10. Awesome Javascript Learning

Articles & Tutorials / Overall Topics

11. Awesome Web Design

Productivity

Slack Teams

12. Awesome Laravel

Popular Packages / Authentication & Authorization